Searched defs:clcb_idx (Results 1 – 6 of 6) sorted by relevance
/system/bt/stack/srvc/ |
D | srvc_eng.c | 215 UINT8 srvc_eng_process_read_req (UINT8 clcb_idx, tGATT_READ_REQ *p_data, tGATTS_RSP *p_rsp, tGATT_S… in srvc_eng_process_read_req() 238 UINT8 srvc_eng_process_write_req (UINT8 clcb_idx, tGATT_WRITE_REQ *p_data, tGATTS_RSP *p_rsp, tGATT… in srvc_eng_process_write_req() 272 UINT8 clcb_idx = srvc_eng_find_clcb_idx_by_conn_id(conn_id); in srvc_eng_s_request_cback() local 456 void srvc_sr_rsp(UINT8 clcb_idx, tGATT_STATUS st, tGATTS_RSP *p_rsp) in srvc_sr_rsp()
|
D | srvc_battery.c | 70 UINT8 battery_s_write_attr_value(UINT8 clcb_idx, tGATT_WRITE_REQ * p_value, in battery_s_write_attr_value() 112 UINT8 battery_s_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_lo… in battery_s_read_attr_value()
|
D | srvc_dis.c | 114 UINT8 dis_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, in dis_read_attr_value()
|
/system/bt/stack/gatt/ |
D | att_protocol.c | 453 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() 505 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()
|
D | gatt_utils.c | 1200 void gatt_start_rsp_timer(UINT16 clcb_idx) in gatt_start_rsp_timer() 2067 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() 2123 UINT8 gatt_send_write_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, in gatt_send_write_msg()
|
D | gatt_int.h | 267 UINT16 clcb_idx; member 401 UINT16 clcb_idx; member 425 UINT16 clcb_idx; member
|