OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gatt_sr_enqueue_cmd
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_sr.c
38
** Function
gatt_sr_enqueue_cmd
46
UINT32
gatt_sr_enqueue_cmd
(tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle)
function
362
trans_id =
gatt_sr_enqueue_cmd
(p_tcb, op_code, 0);
465
if ((trans_id =
gatt_sr_enqueue_cmd
(p_tcb, op_code, p_tcb->sr_cmd.multi_req.handles[0])) != 0)
[
all
...]
gatt_db.c
[
all
...]
gatt_int.h
642
extern UINT32
gatt_sr_enqueue_cmd
(tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle);
Completed in 1660 milliseconds