Lines Matching defs:status

147       BTIF_TRACE_DEBUG("%s: status=%d", __func__, p_data->status);
148 if (p_data->status == BTA_HD_OK) {
150 btif_hd_cb.status = BTIF_HD_ENABLED;
157 btif_hd_cb.status = BTIF_HD_DISABLED;
158 BTIF_TRACE_WARNING("Failed to enable BT-HD, status=%d", p_data->status);
163 BTIF_TRACE_DEBUG("%s: status=%d", __func__, p_data->status);
164 btif_hd_cb.status = BTIF_HD_DISABLED;
171 if (p_data->status == BTA_HD_OK)
174 BTIF_TRACE_WARNING("Failed to disable BT-HD, status=%d",
175 p_data->status);
274 (bthd_connection_state_t)p_data->conn.status);
294 bt_status_t status;
337 status = btif_transfer_context(btif_hd_upstreams_evt, (uint16_t)event,
340 ASSERTC(status == BT_STATUS_SUCCESS, "context transfer failed", status);
454 if (btif_hd_cb.status != BTIF_HD_ENABLED) {
455 BTIF_TRACE_WARNING("%s: BT-HD not enabled, status=%d", __func__,
456 btif_hd_cb.status);
488 if (btif_hd_cb.status != BTIF_HD_ENABLED) {
489 BTIF_TRACE_WARNING("%s: BT-HD not enabled, status=%d", __func__,
490 btif_hd_cb.status);
516 if (btif_hd_cb.status != BTIF_HD_ENABLED) {
517 BTIF_TRACE_WARNING("%s: BT-HD not enabled, status=%d", __func__,
518 btif_hd_cb.status);
547 if (btif_hd_cb.status != BTIF_HD_ENABLED) {
548 BTIF_TRACE_WARNING("%s: BT-HD not enabled, status=%d", __func__,
549 btif_hd_cb.status);
587 if (btif_hd_cb.status != BTIF_HD_ENABLED) {
588 BTIF_TRACE_WARNING("%s: BT-HD not enabled, status=%d", __func__,
589 btif_hd_cb.status);
615 if (btif_hd_cb.status != BTIF_HD_ENABLED) {
616 BTIF_TRACE_WARNING("%s: BT-HD not enabled, status=%d", __func__,
617 btif_hd_cb.status);