/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/battery/include/ |
D | srvc_battery_int.h | 70 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/ |
D | att_protocol.c | 497 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()
|
D | gatt_utils.c | 1296 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 …]
|
D | gatt_cl.c | 117 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()
|
D | gatt_api.c | 873 … 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/ |
D | srvc_dis_int.h | 71 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/ |
D | gatt_int.h | 273 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…
|