OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTM_NON_DISCOVERABLE
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluedroid/stack/include/
gap_api.h
86
#define GAP_NON_DISCOVERABLE
BTM_NON_DISCOVERABLE
[
all
...]
btm_api.h
151
#define
BTM_NON_DISCOVERABLE
0
[
all
...]
/external/bluetooth/bluedroid/stack/btm/
btm_inq.c
220
if (inq_mode !=
BTM_NON_DISCOVERABLE
)
234
if (inq_mode !=
BTM_NON_DISCOVERABLE
)
431
** Returns
BTM_NON_DISCOVERABLE
, BTM_LIMITED_DISCOVERABLE, or
[
all
...]
btm_sec.c
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_api.h
182
#define BTA_DM_NON_DISC
BTM_NON_DISCOVERABLE
/* Device is not discoverable. */
[
all
...]
/external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c
461
BTM_SetDiscoverability(
BTM_NON_DISCOVERABLE
, 0, 0);
[
all
...]
Completed in 28 milliseconds