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
37
** Function
gatt_sr_enqueue_cmd
45
UINT32
gatt_sr_enqueue_cmd
(tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle)
function
358
trans_id =
gatt_sr_enqueue_cmd
(p_tcb, op_code, 0);
466
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 43 milliseconds