Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_api.h166 #define BTM_LIMITED_DISCOVERABLE 1 macro
168 #define BTM_DISCOVERABLE_MASK (BTM_LIMITED_DISCOVERABLE|BTM_GENERAL_DISCOVERABLE)
/system/bt/stack/btm/
Dbtm_inq.c223 if (inq_mode & BTM_LIMITED_DISCOVERABLE) in BTM_SetDiscoverability()
268 is_limited = (inq_mode & BTM_LIMITED_DISCOVERABLE) ? TRUE : FALSE; in BTM_SetDiscoverability()
/system/bt/bta/include/
Dbta_api.h183 #define BTA_DM_LIMITED_DISC BTM_LIMITED_DISCOVERABLE /* Limited discoverable. */