OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTM_BLE_LIMITED_DISCOVERABLE
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_ble_gap.c
908
if (mode ==
BTM_BLE_LIMITED_DISCOVERABLE
|| mode == BTM_BLE_GENERAL_DISCOVERABLE)
910
BTM_TRACE_EVENT0 ("mode ==
BTM_BLE_LIMITED_DISCOVERABLE
");
912
if (mode ==
BTM_BLE_LIMITED_DISCOVERABLE
)
[
all
...]
/external/bluetooth/bluedroid/stack/include/
btm_api.h
158
#define
BTM_BLE_LIMITED_DISCOVERABLE
0x0100
161
#define BTM_BLE_DISCOVERABLE_MASK (BTM_BLE_NON_DISCOVERABLE|
BTM_BLE_LIMITED_DISCOVERABLE
|BTM_BLE_GENERAL_DISCOVERABLE)
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_api.h
188
#define BTA_DM_BLE_LIMITED_DISCOVERABLE
BTM_BLE_LIMITED_DISCOVERABLE
/* Device is LE Limited discoverable */
[
all
...]
Completed in 2851 milliseconds