Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_api_types.h116 #define BTM_BLE_LIMITED_DISCOVERABLE 0x0100 macro
120 (BTM_BLE_NON_DISCOVERABLE | BTM_BLE_LIMITED_DISCOVERABLE | \
/system/bt/stack/btm/
Dbtm_ble_gap.cc946 if (disc_mode & BTM_BLE_LIMITED_DISCOVERABLE) { in btm_ble_set_adv_flag()
1042 if (status == BTM_SUCCESS && mode == BTM_BLE_LIMITED_DISCOVERABLE) { in btm_ble_set_discoverability()
2227 btm_cb.btm_inq_vars.discoverable_mode &= ~BTM_BLE_LIMITED_DISCOVERABLE; in btm_ble_inquiry_timer_gap_limited_discovery_timeout()
/system/bt/bta/include/
Dbta_api.h180 BTM_BLE_LIMITED_DISCOVERABLE /* Device is LE Limited discoverable */