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.h141 #define BTM_BLE_LIMITED_DISCOVERABLE 0x0100 macro
145 (BTM_BLE_NON_DISCOVERABLE | BTM_BLE_LIMITED_DISCOVERABLE | \
/system/bt/stack/btm/
Dbtm_ble_gap.cc1140 if (disc_mode & BTM_BLE_LIMITED_DISCOVERABLE) { in btm_ble_set_adv_flag()
1236 if (status == BTM_SUCCESS && mode == BTM_BLE_LIMITED_DISCOVERABLE) { in btm_ble_set_discoverability()
2402 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.h189 BTM_BLE_LIMITED_DISCOVERABLE /* Device is LE Limited discoverable */