Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dneighbor_inquiry.h37 BTM_LIMITED_DISCOVERABLE = (1 << 0), enumerator
40 BTM_DISCOVERABLE_MASK = (BTM_LIMITED_DISCOVERABLE | BTM_GENERAL_DISCOVERABLE),
Dbtm_inq.cc302 if (inq_mode & BTM_LIMITED_DISCOVERABLE) { in BTM_SetDiscoverability()
339 is_limited = (inq_mode & BTM_LIMITED_DISCOVERABLE) ? true : false; in BTM_SetDiscoverability()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc450 disc_mode_param = BTM_LIMITED_DISCOVERABLE; in BTA_DmSetVisibility()