Searched refs:GATT_CONFIGURE_MTU_OP_CB (Results 1 – 8 of 8) sorted by relevance
95 GATT_CONFIGURE_MTU_OP_CB cb;103 GATT_CONFIGURE_MTU_OP_CB tmp_cb = tmp->cb; in gatt_configure_mtu_op_finished()
198 GATT_CONFIGURE_MTU_OP_CB mtu_cb;
245 GATT_CONFIGURE_MTU_OP_CB callback, void* cb_data) { in BTA_GATTC_ConfigureMTU()
365 GATT_CONFIGURE_MTU_OP_CB cb = p_data->api_mtu.mtu_cb; in bta_gattc_send_mtu_response()
1222 GATT_CONFIGURE_MTU_OP_CB cb = p_clcb->p_q_cmd->api_mtu.mtu_cb; in bta_gattc_cfg_mtu_cmpl()
68 GATT_CONFIGURE_MTU_OP_CB mtu_cb;
659 typedef void (*GATT_CONFIGURE_MTU_OP_CB)(uint16_t conn_id, tGATT_STATUS status, typedef874 GATT_CONFIGURE_MTU_OP_CB callback, void* cb_data);
88 GATT_CONFIGURE_MTU_OP_CB /* callback */, in BTA_GATTC_ConfigureMTU() argument