OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ind_count
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c
690
if (p_tcb->
ind_count
)
697
GATT_TRACE_ERROR("gatt_process_notification rcv Ind. but
ind_count
=%d (will reset
ind_count
)", p_tcb->
ind_count
);
699
p_tcb->
ind_count
= 0;
709
p_tcb->
ind_count
++;
715
if (p_tcb->
ind_count
> 0)
[
all
...]
gatt_api.c
[
all
...]
gatt_int.h
376
UINT8
ind_count
;
member in struct:__anon5910
gatt_utils.c
[
all
...]
Completed in 409 milliseconds