Home
last modified time | relevance | path

Searched refs:BTM_BLE_GENERAL_DISCOVERABLE (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/include/
Dbtm_api.h173 #define BTM_BLE_GENERAL_DISCOVERABLE 0x0200 macro
174 #define BTM_BLE_MAX_DISCOVERABLE BTM_BLE_GENERAL_DISCOVERABLE
175 …BLE_MASK (BTM_BLE_NON_DISCOVERABLE|BTM_BLE_LIMITED_DISCOVERABLE|BTM_BLE_GENERAL_DISCOVERABLE)
/system/bt/bta/include/
Dbta_api.h186 #define BTA_DM_BLE_GENERAL_DISCOVERABLE BTM_BLE_GENERAL_DISCOVERABLE /* Device is LE General …
/system/bt/stack/btm/
Dbtm_ble_gap.c1726 else if (disc_mode & BTM_BLE_GENERAL_DISCOVERABLE) in btm_ble_set_adv_flag()