Searched refs:BTM_BLE_GENERAL_DISCOVERABLE (Results 1 – 3 of 3) sorted by relevance
173 #define BTM_BLE_GENERAL_DISCOVERABLE 0x0200 macro174 #define BTM_BLE_MAX_DISCOVERABLE BTM_BLE_GENERAL_DISCOVERABLE175 …BLE_MASK (BTM_BLE_NON_DISCOVERABLE|BTM_BLE_LIMITED_DISCOVERABLE|BTM_BLE_GENERAL_DISCOVERABLE)
186 #define BTA_DM_BLE_GENERAL_DISCOVERABLE BTM_BLE_GENERAL_DISCOVERABLE /* Device is LE General …
1726 else if (disc_mode & BTM_BLE_GENERAL_DISCOVERABLE) in btm_ble_set_adv_flag()