Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/include/
Dgap_api.h87 #define GAP_LIMITED_DISCOVERABLE BTM_LIMITED_DISCOVERABLE
Dbtm_api.h166 #define BTM_LIMITED_DISCOVERABLE 1 macro
168 #define BTM_DISCOVERABLE_MASK (BTM_LIMITED_DISCOVERABLE|BTM_GENERAL_DISCOVERABLE)
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h185 #define BTA_DM_LIMITED_DISC BTM_LIMITED_DISCOVERABLE /* Limited discoverable. */
/external/bluetooth/bluedroid/stack/btm/
Dbtm_inq.c236 if (inq_mode & BTM_LIMITED_DISCOVERABLE) in BTM_SetDiscoverability()
281 is_limited = (inq_mode & BTM_LIMITED_DISCOVERABLE) ? TRUE : FALSE; in BTM_SetDiscoverability()