Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/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…
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/
Datt_protocol.c497 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
511 gatt_start_rsp_timer (clcb_idx); in attp_cl_send_cmd()
512 gatt_cmd_enq(p_tcb, clcb_idx, FALSE, cmd_code, NULL); in attp_cl_send_cmd()
519 gatt_cmd_enq(p_tcb, clcb_idx, TRUE, cmd_code, p_cmd); in attp_cl_send_cmd()
543 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
629 status = attp_cl_send_cmd(p_tcb, clcb_idx, op_code, p_cmd); in attp_send_cl_msg()
Dgatt_utils.c1296 void gatt_start_rsp_timer(UINT16 clcb_idx) in gatt_start_rsp_timer() argument
1298 tGATT_CLCB *p_clcb = gatt_clcb_find_by_idx(clcb_idx); in gatt_start_rsp_timer()
1751 tGATT_CLCB *gatt_clcb_find_by_idx(UINT16 clcb_idx) in gatt_clcb_find_by_idx() argument
1758 if (p_clcb->clcb_idx == clcb_idx) { in gatt_clcb_find_by_idx()
1791 p_clcb->clcb_idx = conn_id; in gatt_clcb_alloc()
2161 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
2168 p_cmd->clcb_idx = clcb_idx; in gatt_cmd_enq()
2195 p_clcb = gatt_clcb_find_by_idx(p_cmd->clcb_idx); in gatt_cmd_dequeue()
2215 UINT8 gatt_send_write_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, in gatt_send_write_msg() argument
2228 return attp_send_cl_msg(p_tcb, clcb_idx, op_code, &msg); in gatt_send_write_msg()
[all …]
Dgatt_cl.c117 st = attp_send_cl_msg(p_clcb->p_tcb, p_clcb->clcb_idx, op_code, &cl_req); in gatt_act_discovery()
208 rt = attp_send_cl_msg(p_tcb, p_clcb->clcb_idx, op_code, &msg); in gatt_act_read()
238 p_clcb->clcb_idx, in gatt_act_write()
251 p_clcb->clcb_idx, in gatt_act_write()
298 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()
376 p_clcb->clcb_idx, in gatt_send_prepare_write()
1115 gatt_start_rsp_timer (p_cmd->clcb_idx); in gatt_cl_send_next_cmd_inq()
Dgatt_api.c873 … ret = attp_send_cl_msg (p_clcb->p_tcb, p_clcb->clcb_idx, GATT_REQ_MTU, (tGATT_CL_MSG *)&mtu); in GATTC_ConfigureMTU()
/hal_espressif-3.7.0/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,
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h273 UINT16 clcb_idx; member
434 UINT16 clcb_idx; member
473 UINT16 clcb_idx; member
614 extern tGATT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MS…
630 extern void gatt_start_rsp_timer(UINT16 clcb_idx);
720 extern UINT8 gatt_send_write_msg(tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, UINT16 handle,
731 extern BOOLEAN gatt_cmd_enq(tGATT_TCB *p_tcb, UINT16 clcb_idx, BOOLEAN to_send, UINT8 op_code, BT_H…