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_types.h142 #define BTM_BLE_GENERAL_DISCOVERABLE 0x0200 macro
143 #define BTM_BLE_MAX_DISCOVERABLE BTM_BLE_GENERAL_DISCOVERABLE
146 BTM_BLE_GENERAL_DISCOVERABLE)
/system/bt/bta/include/
Dbta_api.h185 BTM_BLE_GENERAL_DISCOVERABLE /* Device is LE General discoverable */
/system/bt/stack/btm/
Dbtm_ble_gap.cc1037 } else if (disc_mode & BTM_BLE_GENERAL_DISCOVERABLE) { in btm_ble_set_adv_flag()