OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTM_SEC_MAX_SERVICE_RECORDS
(Results
1 - 4
of
4
) sorted by null
/system/bt/include/
bt_target.h
416
#ifndef
BTM_SEC_MAX_SERVICE_RECORDS
417
#define
BTM_SEC_MAX_SERVICE_RECORDS
32
[
all
...]
/system/bt/stack/btm/
btm_sec.c
553
for (index = 0; index <
BTM_SEC_MAX_SERVICE_RECORDS
; index++, p_srec++)
588
BTM_TRACE_WARNING("BTM_SEC_REG: Out of Service Records (%d)",
BTM_SEC_MAX_SERVICE_RECORDS
);
594
if (index >=
BTM_SEC_MAX_SERVICE_RECORDS
)
752
for (i = 0; i <
BTM_SEC_MAX_SERVICE_RECORDS
; i++, p_srec++)
792
for (i = 0; i <
BTM_SEC_MAX_SERVICE_RECORDS
; i++, p_srec++)
[
all
...]
btm_int.h
[
all
...]
/external/libnfc-nci/src/include/
bt_target.h
736
#ifndef
BTM_SEC_MAX_SERVICE_RECORDS
737
#define
BTM_SEC_MAX_SERVICE_RECORDS
24
[
all
...]
Completed in 611 milliseconds