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

  /external/bluetooth/bluedroid/stack/gatt/
gatt_sr.c 35 ** Function gatt_sr_enqueue_cmd
43 UINT32 gatt_sr_enqueue_cmd (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle) function
356 trans_id = gatt_sr_enqueue_cmd(p_tcb, op_code, 0);
464 if ((trans_id = gatt_sr_enqueue_cmd (p_tcb, op_code, p_tcb->sr_cmd.multi_req.handles[0])) != 0)
    [all...]
gatt_int.h 613 extern UINT32 gatt_sr_enqueue_cmd (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle);
gatt_db.c     [all...]

Completed in 39 milliseconds