HomeSort by relevance Sort by last modified time
    Searched refs:clcb_idx (Results 1 - 11 of 11) sorted by null

  /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 207 UINT8 srvc_eng_process_read_req (UINT8 clcb_idx, tGATT_READ_REQ *p_data, tGATTS_RSP *p_rsp, tGATT_STATUS *p_status)
218 act = dis_read_attr_value(clcb_idx, p_data->handle, &p_rsp->attr_value, p_data->is_long, p_status);
221 act = battery_s_read_attr_value(clcb_idx, p_data->handle, &p_rsp->attr_value, p_data->is_long, p_status);
230 UINT8 srvc_eng_process_write_req (UINT8 clcb_idx, tGATT_WRITE_REQ *p_data, tGATTS_RSP *p_rsp, tGATT_STATUS *p_status)
240 act = battery_s_write_attr_value(clcb_idx, p_data, p_status);
263 UINT8 clcb_idx = srvc_eng_find_clcb_idx_by_conn_id(conn_id); local
269 srvc_eng_cb.clcb[clcb_idx].trans_id = trans_id;
274 act = srvc_eng_process_read_req(clcb_idx, &p_data->read_req, &rsp_msg, &status);
278 act = srvc_eng_process_write_req(clcb_idx, &p_data->write_req, &rsp_msg, &status);
296 srvc_eng_cb.clcb[clcb_idx].trans_id = 0
    [all...]
srvc_dis_int.h 71 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)
137 p_inst->pending_clcb_idx = clcb_idx;
srvc_dis.c 85 UINT8 dis_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value,
  /external/bluetooth/bluedroid/stack/gatt/
att_protocol.c 481 UINT8 attp_cl_send_cmd(tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 cmd_code, BT_HDR *p_cmd)
499 gatt_cmd_enq(p_tcb, clcb_idx, FALSE, cmd_code, NULL);
508 gatt_cmd_enq(p_tcb, clcb_idx, TRUE, cmd_code, p_cmd);
524 ** clcb_idx: clcb index
532 tGATT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_msg)
623 status = attp_cl_send_cmd(p_tcb, clcb_idx, op_code, p_cmd);
gatt_int.h 252 UINT16 clcb_idx; member in struct:__anon3567
388 UINT16 clcb_idx; member in struct:__anon3573
428 UINT16 clcb_idx; member in struct:__anon3577
547 extern tGATT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_msg);
642 extern UINT8 gatt_send_write_msg(tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, UINT16 handle,
653 extern BOOLEAN gatt_cmd_enq(tGATT_TCB *p_tcb, UINT16 clcb_idx, BOOLEAN to_send, UINT8 op_code, BT_HDR *p_buf);
gatt_cl.c 108 st = attp_send_cl_msg(p_clcb->p_tcb, p_clcb->clcb_idx, op_code, &cl_req);
199 rt = attp_send_cl_msg(p_tcb, p_clcb->clcb_idx, op_code, &msg);
230 p_clcb->clcb_idx,
244 p_clcb->clcb_idx,
295 rt = attp_send_cl_msg(p_tcb, p_clcb->clcb_idx, GATT_REQ_EXEC_WRITE, (tGATT_CL_MSG *)&flag);
378 p_clcb->clcb_idx,
    [all...]
gatt_utils.c     [all...]
gatt_api.c 797 ret = attp_send_cl_msg (p_clcb->p_tcb, p_clcb->clcb_idx, GATT_REQ_MTU, (tGATT_CL_MSG *)&mtu);
    [all...]

Completed in 1465 milliseconds