Home
last modified time | relevance | path

Searched refs:GATT_CONFIGURE_MTU_OP_CB (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_queue.cc95 GATT_CONFIGURE_MTU_OP_CB cb;
103 GATT_CONFIGURE_MTU_OP_CB tmp_cb = tmp->cb; in gatt_configure_mtu_op_finished()
Dbta_gattc_int.h198 GATT_CONFIGURE_MTU_OP_CB mtu_cb;
Dbta_gattc_api.cc245 GATT_CONFIGURE_MTU_OP_CB callback, void* cb_data) { in BTA_GATTC_ConfigureMTU()
Dbta_gattc_utils.cc365 GATT_CONFIGURE_MTU_OP_CB cb = p_data->api_mtu.mtu_cb; in bta_gattc_send_mtu_response()
Dbta_gattc_act.cc1222 GATT_CONFIGURE_MTU_OP_CB cb = p_clcb->p_q_cmd->api_mtu.mtu_cb; in bta_gattc_cfg_mtu_cmpl()
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_queue.h68 GATT_CONFIGURE_MTU_OP_CB mtu_cb;
Dbta_gatt_api.h659 typedef void (*GATT_CONFIGURE_MTU_OP_CB)(uint16_t conn_id, tGATT_STATUS status, typedef
874 GATT_CONFIGURE_MTU_OP_CB callback, void* cb_data);
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_gattc_api.cc88 GATT_CONFIGURE_MTU_OP_CB /* callback */, in BTA_GATTC_ConfigureMTU() argument