Searched refs:gatt_cmd_enq (Results 1 – 3 of 3) sorted by relevance
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/ |
D | att_protocol.c | 502 gatt_cmd_enq(p_tcb, clcb_idx, 0, cmd_code, NULL); in attp_cl_send_cmd() 509 gatt_cmd_enq(p_tcb, clcb_idx, 1, cmd_code, p_cmd); in attp_cl_send_cmd()
|
D | gatt_utils.c | 2137 BOOLEAN gatt_cmd_enq(tGATT_TCB *p_tcb, UINT16 clcb_idx, BOOLEAN to_send, UINT8 op_code, BT_HDR *p_b… in gatt_cmd_enq() function
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/include/ |
D | gatt_int.h | 714 extern BOOLEAN gatt_cmd_enq(tGATT_TCB *p_tcb, UINT16 clcb_idx, BOOLEAN to_send, UINT8 op_code, BT_H…
|