Home
last modified time | relevance | path

Searched refs:tGATT_CMD_Q (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h276 } tGATT_CMD_Q; typedef
403 tGATT_CMD_Q cl_cmd_q[GATT_CL_MAX_LCB];
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_cl.c1094 tGATT_CMD_Q *p_cmd = &p_tcb->cl_cmd_q[p_tcb->pending_cl_req]; in gatt_cl_send_next_cmd_inq()
1131 memset(p_cmd, 0, sizeof(tGATT_CMD_Q)); in gatt_cl_send_next_cmd_inq()
Dgatt_utils.c2163 tGATT_CMD_Q *p_cmd = &p_tcb->cl_cmd_q[p_tcb->next_slot_inq]; in gatt_cmd_enq()
2191 tGATT_CMD_Q *p_cmd = &p_tcb->cl_cmd_q[p_tcb->pending_cl_req]; in gatt_cmd_dequeue()