OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTM_DISCOVERABLE_MASK
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_inq.c
272
btm_cb.btm_inq_vars.discoverable_mode &= (~
BTM_DISCOVERABLE_MASK
);
682
if (p_inq->discoverable_mode &
BTM_DISCOVERABLE_MASK
)
[
all
...]
btm_ble_gap.c
897
p_cb->br_edr_supported_flag |= (combined_mode &
BTM_DISCOVERABLE_MASK
);
[
all
...]
/external/bluetooth/bluedroid/stack/include/
btm_api.h
154
#define
BTM_DISCOVERABLE_MASK
(BTM_LIMITED_DISCOVERABLE|BTM_GENERAL_DISCOVERABLE)
[
all
...]
Completed in 24 milliseconds