Searched refs:in_state (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/bluedroid/bta/hh/ |
D | bta_hh_main.c | 181 tBTA_HH_STATE in_state ; in bta_hh_sm_execute() local 258 in_state = p_cb->state; in bta_hh_sm_execute() 260 in_state, bta_hh_state_code(in_state), in bta_hh_sm_execute() 276 if (in_state != p_cb->state) in bta_hh_sm_execute() 279 bta_hh_state_code(in_state), in bta_hh_sm_execute()
|
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_main.c | 285 tBTA_GATTC_STATE in_state = p_clcb->state; in bta_gattc_sm_execute() local 287 APPL_TRACE_DEBUG4("bta_gattc_sm_execute: State 0x%02x [%s], Event 0x%x[%s]", in_state, in bta_gattc_sm_execute() 288 gattc_state_code(in_state), in bta_gattc_sm_execute() 316 if (in_state != p_clcb->state) in bta_gattc_sm_execute() 319 gattc_state_code(in_state), in bta_gattc_sm_execute()
|
/external/bluetooth/bluedroid/bta/hl/ |
D | bta_hl_main.c | 425 tBTA_HL_CCH_STATE in_state = p_cb->cch_state; in bta_hl_cch_sm_execute() local 427 APPL_TRACE_DEBUG3("HDP CCH Event Handler: State 0x%02x [%s], Event [%s]", in_state, in bta_hl_cch_sm_execute() 428 bta_hl_cch_state_code(in_state), in bta_hl_cch_sm_execute() 454 if (in_state != p_cb->cch_state) in bta_hl_cch_sm_execute() 457 bta_hl_cch_state_code(in_state), in bta_hl_cch_sm_execute() 483 tBTA_HL_DCH_STATE in_state = p_cb->dch_state; in bta_hl_dch_sm_execute() local 485 APPL_TRACE_DEBUG3("HDP DCH Event Handler: State 0x%02x [%s], Event [%s]", in_state, in bta_hl_dch_sm_execute() 486 bta_hl_dch_state_code(in_state), in bta_hl_dch_sm_execute() 513 if (in_state != p_cb->dch_state) in bta_hl_dch_sm_execute() 516 bta_hl_dch_state_code(in_state), in bta_hl_dch_sm_execute()
|
/external/bluetooth/bluedroid/bta/ag/ |
D | bta_ag_main.c | 814 UINT8 in_state = p_scb->state; in bta_ag_sm_execute() local 855 if (p_scb->state != in_state) in bta_ag_sm_execute() 858 bta_ag_state_str(in_state), in bta_ag_sm_execute()
|
D | bta_ag_sco.c | 670 UINT8 in_state = p_sco->state; in bta_ag_sco_event() local 1213 if (p_sco->state != in_state) in bta_ag_sco_event() 1216 bta_ag_sco_state_str(in_state), in bta_ag_sco_event()
|