Home
last modified time | relevance | path

Searched refs:BTM_BLE_LIMITED_DISCOVERABLE (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_gap.c908 if (mode == BTM_BLE_LIMITED_DISCOVERABLE || mode == BTM_BLE_GENERAL_DISCOVERABLE) in btm_ble_set_discoverability()
912 if (mode == BTM_BLE_LIMITED_DISCOVERABLE) in btm_ble_set_discoverability()
980 if (status == BTM_SUCCESS && mode == BTM_BLE_LIMITED_DISCOVERABLE) in btm_ble_set_discoverability()
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h158 #define BTM_BLE_LIMITED_DISCOVERABLE 0x0100 macro
161 #define BTM_BLE_DISCOVERABLE_MASK (BTM_BLE_NON_DISCOVERABLE|BTM_BLE_LIMITED_DISCOVERABLE|BTM_…