Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dneighbor_inquiry.h38 BTM_GENERAL_DISCOVERABLE = (1 << 1), enumerator
39 BTM_MAX_DISCOVERABLE = BTM_GENERAL_DISCOVERABLE,
40 BTM_DISCOVERABLE_MASK = (BTM_LIMITED_DISCOVERABLE | BTM_GENERAL_DISCOVERABLE),
Dbtm_devctl.cc526 if (BTM_SetDiscoverability(BTM_GENERAL_DISCOVERABLE) != BTM_SUCCESS) { in BTM_EnableTestMode()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc445 disc_mode_param = BTM_GENERAL_DISCOVERABLE; in BTA_DmSetVisibility()