Searched refs:gatt_sr_enqueue_cmd (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_sr.c | 43 UINT32 gatt_sr_enqueue_cmd (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle) in gatt_sr_enqueue_cmd() function 356 trans_id = gatt_sr_enqueue_cmd(p_tcb, op_code, 0); in gatt_process_exec_write_req() 464 … 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() 1123 if ((trans_id = gatt_sr_enqueue_cmd(p_tcb, op_code, handle)) != 0) in gatts_process_write_req() 1402 trans_id = gatt_sr_enqueue_cmd(p_tcb, op_code, handle); in gatts_process_value_conf()
|
D | gatt_int.h | 613 extern UINT32 gatt_sr_enqueue_cmd (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle);
|
D | gatt_db.c | 1098 trans_id = gatt_sr_enqueue_cmd(p_tcb, op_code, handle); in gatts_send_app_read_request()
|