OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gatt_act_read
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c
129
** Function
gatt_act_read
136
void
gatt_act_read
(tGATT_CLCB *p_clcb, UINT16 offset)
function
175
GATT_TRACE_DEBUG("
gatt_act_read
first_read_blob_after_read=%d",
846
gatt_act_read
(p_clcb, 0);
869
gatt_act_read
(p_clcb, p_clcb->counter);
909
gatt_act_read
(p_clcb, 0);
932
gatt_act_read
(p_clcb, 0);
[
all
...]
gatt_auth.c
147
gatt_act_read
(p_clcb, p_clcb->counter);
gatt_int.h
677
extern void
gatt_act_read
(tGATT_CLCB *p_clcb, UINT16 offset);
Completed in 2368 milliseconds