/external/bluetooth/bluedroid/stack/srvc/ |
srvc_battery_int.h | 72 extern UINT8 battery_s_write_attr_value(UINT8 clcb_idx, tGATT_WRITE_REQ * p_value, 74 extern UINT8 battery_s_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long, tGATT_STATUS* p_status);
|
srvc_eng.c | 217 UINT8 srvc_eng_process_read_req (UINT8 clcb_idx, tGATT_READ_REQ *p_data, tGATTS_RSP *p_rsp, tGATT_STATUS *p_status) 228 act = dis_read_attr_value(clcb_idx, p_data->handle, &p_rsp->attr_value, p_data->is_long, p_status); 231 act = battery_s_read_attr_value(clcb_idx, p_data->handle, &p_rsp->attr_value, p_data->is_long, p_status); 240 UINT8 srvc_eng_process_write_req (UINT8 clcb_idx, tGATT_WRITE_REQ *p_data, tGATTS_RSP *p_rsp, tGATT_STATUS *p_status) 251 act = battery_s_write_attr_value(clcb_idx, p_data, p_status); 274 UINT8 clcb_idx = srvc_eng_find_clcb_idx_by_conn_id(conn_id); local 280 srvc_eng_cb.clcb[clcb_idx].trans_id = trans_id; 285 act = srvc_eng_process_read_req(clcb_idx, &p_data->read_req, &rsp_msg, &status); 289 act = srvc_eng_process_write_req(clcb_idx, &p_data->write_req, &rsp_msg, &status); 307 srvc_eng_cb.clcb[clcb_idx].trans_id = 0 [all...] |
srvc_dis_int.h | 73 extern UINT8 dis_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value,
|
srvc_eng_int.h | 81 extern void srvc_sr_rsp(UINT8 clcb_idx, tGATT_STATUS st, tGATTS_RSP *p_rsp);
|
srvc_battery.c | 70 UINT8 battery_s_write_attr_value(UINT8 clcb_idx, tGATT_WRITE_REQ * p_value, 85 memcpy(cfg.remote_bda, srvc_eng_cb.clcb[clcb_idx].bda, BD_ADDR_LEN); 90 p_inst->pending_clcb_idx = clcb_idx; 112 UINT8 battery_s_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long, tGATT_STATUS* p_status) 138 p_inst->pending_clcb_idx = clcb_idx;
|
srvc_dis.c | 113 UINT8 dis_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, 121 UNUSED(clcb_idx);
|
/external/bluetooth/bluedroid/stack/gatt/ |
att_protocol.c | 481 tGATT_STATUS attp_cl_send_cmd(tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 cmd_code, BT_HDR *p_cmd) 499 gatt_start_rsp_timer (clcb_idx); 500 gatt_cmd_enq(p_tcb, clcb_idx, FALSE, cmd_code, NULL); 509 gatt_cmd_enq(p_tcb, clcb_idx, TRUE, cmd_code, p_cmd); 525 ** clcb_idx: clcb index 533 tGATT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_msg) 624 status = attp_cl_send_cmd(p_tcb, clcb_idx, op_code, p_cmd);
|
gatt_cl.c | 116 st = attp_send_cl_msg(p_clcb->p_tcb, p_clcb->clcb_idx, op_code, &cl_req); 207 rt = attp_send_cl_msg(p_tcb, p_clcb->clcb_idx, op_code, &msg); 238 p_clcb->clcb_idx, 252 p_clcb->clcb_idx, 303 rt = attp_send_cl_msg(p_tcb, p_clcb->clcb_idx, GATT_REQ_EXEC_WRITE, (tGATT_CL_MSG *)&flag); 386 p_clcb->clcb_idx, [all...] |
gatt_int.h | 267 UINT16 clcb_idx; member in struct:__anon5911 403 UINT16 clcb_idx; member in struct:__anon5917 446 UINT16 clcb_idx; member in struct:__anon5921 574 extern tGATT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_msg); 587 extern void gatt_start_rsp_timer(UINT16 clcb_idx); 671 extern UINT8 gatt_send_write_msg(tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, UINT16 handle, 682 extern BOOLEAN gatt_cmd_enq(tGATT_TCB *p_tcb, UINT16 clcb_idx, BOOLEAN to_send, UINT8 op_code, BT_HDR *p_buf);
|
gatt_utils.c | [all...] |
gatt_api.c | 807 ret = attp_send_cl_msg (p_clcb->p_tcb, p_clcb->clcb_idx, GATT_REQ_MTU, (tGATT_CL_MSG *)&mtu); [all...] |