Searched refs:gatt_sr_enqueue_cmd (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/gatt/ |
D | gatt_sr.c | 46 UINT32 gatt_sr_enqueue_cmd (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle) in gatt_sr_enqueue_cmd() function 353 trans_id = gatt_sr_enqueue_cmd(p_tcb, op_code, 0); in gatt_process_exec_write_req() 455 … if ((trans_id = gatt_sr_enqueue_cmd (p_tcb, op_code, p_tcb->sr_cmd.multi_req.handles[0])) != 0) in gatt_process_read_multi_req() 1097 if ((trans_id = gatt_sr_enqueue_cmd(p_tcb, op_code, handle)) != 0) in gatts_process_write_req() 1376 trans_id = gatt_sr_enqueue_cmd(p_tcb, op_code, handle); in gatts_process_value_conf()
|
D | gatt_int.h | 623 extern UINT32 gatt_sr_enqueue_cmd (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle);
|
D | gatt_db.c | 1134 trans_id = gatt_sr_enqueue_cmd(p_tcb, op_code, handle); in gatts_send_app_read_request()
|