Home
last modified time | relevance | path

Searched defs:clcb (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/stack/gap/
Dgap_ble.cc113 void clcb_dealloc(tGAP_CLCB& clcb) { in clcb_dealloc()
247 bool send_cl_read_request(tGAP_CLCB& clcb) { in send_cl_read_request()
273 void cl_op_cmpl(tGAP_CLCB& clcb, bool status, uint16_t len, uint8_t* p_name) { in cl_op_cmpl()
/packages/modules/Bluetooth/system/stack/srvc/
Dsrvc_eng_int.h51 tSRVC_CLCB clcb[SRVC_MAX_APPS]; /* connection link*/ member
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_utils.cc980 tGATT_CLCB clcb = {}; in gatt_clcb_alloc() local
1250 for (auto const& clcb : gatt_cb.clcb_queue) { in gatt_num_clcb_by_bd_addr() local
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_int.h322 tBTA_GATTC_CLCB clcb[BTA_GATTC_CLCB_MAX]; member