Home
last modified time | relevance | path

Searched refs:GATT_CL_MAX_LCB (Results 1 – 6 of 6) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/esp/include/
Dbutton_pro.h37 #define BUTT_MAX_APPS GATT_CL_MAX_LCB
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/include/
Dgap_int.h108 #define GAP_MAX_CL GATT_CL_MAX_LCB
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h148 #ifndef GATT_CL_MAX_LCB
149 #define GATT_CL_MAX_LCB 12 // 22 macro
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c1759 if (list_length(gatt_cb.p_clcb_list) < GATT_CL_MAX_LCB) { in gatt_clcb_alloc()
2151 p_tcb->next_slot_inq %= GATT_CL_MAX_LCB; in gatt_cmd_enq()
2176 p_tcb->pending_cl_req %= GATT_CL_MAX_LCB; in gatt_cmd_dequeue()
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h106 #define BTA_GATTC_CLCB_MAX GATT_CL_MAX_LCB
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h403 tGATT_CMD_Q cl_cmd_q[GATT_CL_MAX_LCB];