Searched refs:BTM_BLE_LIMITED_DISCOVERABLE (Results 1 – 3 of 3) sorted by relevance
928 if (mode == BTM_BLE_LIMITED_DISCOVERABLE || mode == BTM_BLE_GENERAL_DISCOVERABLE) in btm_ble_set_discoverability()932 if (mode == BTM_BLE_LIMITED_DISCOVERABLE) in btm_ble_set_discoverability()992 if (status == BTM_SUCCESS && mode == BTM_BLE_LIMITED_DISCOVERABLE) in btm_ble_set_discoverability()
172 #define BTM_BLE_LIMITED_DISCOVERABLE 0x0100 macro175 #define BTM_BLE_DISCOVERABLE_MASK (BTM_BLE_NON_DISCOVERABLE|BTM_BLE_LIMITED_DISCOVERABLE|BTM_…
189 #define BTA_DM_BLE_LIMITED_DISCOVERABLE BTM_BLE_LIMITED_DISCOVERABLE /* Device is LE Limited …