Searched refs:gatt_sr_enqueue_cmd (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_sr.c | 82 UINT32 gatt_sr_enqueue_cmd (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle) in gatt_sr_enqueue_cmd() function 559 trans_id = gatt_sr_enqueue_cmd(p_tcb, op_code, 0); in gatt_process_exec_write_req() 655 … 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() 1268 if ((trans_id = gatt_sr_enqueue_cmd(p_tcb, op_code, handle)) != 0) { in gatts_process_write_req() 1361 if ((trans_id = gatt_sr_enqueue_cmd(p_tcb, op_code, handle)) != 0) { in gatt_attr_process_prepare_write() 1720 trans_id = gatt_sr_enqueue_cmd(p_tcb, op_code, handle); in gatts_process_value_conf()
|
D | gatt_db.c | 1510 trans_id = gatt_sr_enqueue_cmd(p_tcb, op_code, handle); in gatts_send_app_read_request()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/ |
D | gatt_int.h | 689 extern UINT32 gatt_sr_enqueue_cmd (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle);
|