Home
last modified time | relevance | path

Searched refs:clcb_idx (Results 1 – 7 of 7) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/battery/include/
Dsrvc_battery_int.h70 extern UINT8 battery_s_write_attr_value(UINT8 clcb_idx, tGATT_WRITE_REQ *p_value,
72 extern UINT8 battery_s_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEA…
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Datt_protocol.c487 tGATT_STATUS attp_cl_send_cmd(tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 cmd_code, BT_HDR *p_cmd) in attp_cl_send_cmd() argument
501 gatt_start_rsp_timer (clcb_idx); in attp_cl_send_cmd()
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()
533 tGATT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_ms… in attp_send_cl_msg() argument
618 status = attp_cl_send_cmd(p_tcb, clcb_idx, op_code, p_cmd); in attp_send_cl_msg()
Dgatt_cl.c110 st = attp_send_cl_msg(p_clcb->p_tcb, p_clcb->clcb_idx, op_code, &cl_req); in gatt_act_discovery()
196 rt = attp_send_cl_msg(p_tcb, p_clcb->clcb_idx, op_code, &msg); in gatt_act_read()
226 p_clcb->clcb_idx, in gatt_act_write()
239 p_clcb->clcb_idx, in gatt_act_write()
286 rt = attp_send_cl_msg(p_tcb, p_clcb->clcb_idx, GATT_REQ_EXEC_WRITE, (tGATT_CL_MSG *)&flag); in gatt_send_queue_write_cancel()
364 p_clcb->clcb_idx, in gatt_send_prepare_write()
1049 gatt_start_rsp_timer (p_cmd->clcb_idx); in gatt_cl_send_next_cmd_inq()
Dgatt_utils.c1272 void gatt_start_rsp_timer(UINT16 clcb_idx) in gatt_start_rsp_timer() argument
1274 tGATT_CLCB *p_clcb = gatt_clcb_find_by_idx(clcb_idx); in gatt_start_rsp_timer()
1727 tGATT_CLCB *gatt_clcb_find_by_idx(UINT16 clcb_idx) in gatt_clcb_find_by_idx() argument
1734 if (p_clcb->clcb_idx == clcb_idx) { in gatt_clcb_find_by_idx()
1767 p_clcb->clcb_idx = conn_id; in gatt_clcb_alloc()
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() argument
2144 p_cmd->clcb_idx = clcb_idx; in gatt_cmd_enq()
2171 p_clcb = gatt_clcb_find_by_idx(p_cmd->clcb_idx); in gatt_cmd_dequeue()
2191 UINT8 gatt_send_write_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, in gatt_send_write_msg() argument
2204 return attp_send_cl_msg(p_tcb, clcb_idx, op_code, &msg); in gatt_send_write_msg()
[all …]
Dgatt_api.c835 … ret = attp_send_cl_msg (p_clcb->p_tcb, p_clcb->clcb_idx, GATT_REQ_MTU, (tGATT_CL_MSG *)&mtu); in GATTC_ConfigureMTU()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h273 UINT16 clcb_idx; member
427 UINT16 clcb_idx; member
466 UINT16 clcb_idx; member
598 extern tGATT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MS…
613 extern void gatt_start_rsp_timer(UINT16 clcb_idx);
703 extern UINT8 gatt_send_write_msg(tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, UINT16 handle,
714 extern BOOLEAN gatt_cmd_enq(tGATT_TCB *p_tcb, UINT16 clcb_idx, BOOLEAN to_send, UINT8 op_code, BT_H…
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/dis/include/
Dsrvc_dis_int.h71 extern UINT8 dis_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value,