Searched refs:BTA_GATTC_OP_CMPL_EVT (Results 1 – 3 of 3) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gattc_act.c | 952 bta_gattc_sm_execute(p_clcb, BTA_GATTC_OP_CMPL_EVT, (tBTA_GATTC_DATA *)&op_cmpl); in bta_gattc_cfg_mtu() 1122 bta_gattc_sm_execute(p_clcb, BTA_GATTC_OP_CMPL_EVT, (tBTA_GATTC_DATA *)&op_cmpl); in bta_gattc_read() 1194 bta_gattc_sm_execute(p_clcb, BTA_GATTC_OP_CMPL_EVT, (tBTA_GATTC_DATA *)&op_cmpl); in bta_gattc_read_multi() 1245 bta_gattc_sm_execute(p_clcb, BTA_GATTC_OP_CMPL_EVT, (tBTA_GATTC_DATA *)&op_cmpl); in bta_gattc_write() 1274 bta_gattc_sm_execute(p_clcb, BTA_GATTC_OP_CMPL_EVT, (tBTA_GATTC_DATA *)&op_cmpl); in bta_gattc_execute() 2170 p_buf->hdr.event = BTA_GATTC_OP_CMPL_EVT; in bta_gattc_cmpl_cback()
|
D | bta_gattc_main.c | 484 case BTA_GATTC_OP_CMPL_EVT: in gattc_evt_code()
|
D | bta_gattc_int.h | 60 BTA_GATTC_OP_CMPL_EVT, enumerator
|