Searched refs:BTM_LIMITED_DISCOVERABLE (Results 1 – 3 of 3) sorted by relevance
205 #define BTM_LIMITED_DISCOVERABLE 1 macro207 #define BTM_DISCOVERABLE_MASK (BTM_LIMITED_DISCOVERABLE|BTM_GENERAL_DISCOVERABLE)
211 if (inq_mode & BTM_LIMITED_DISCOVERABLE) { in BTM_SetDiscoverability()253 is_limited = (inq_mode & BTM_LIMITED_DISCOVERABLE) ? TRUE : FALSE; in BTM_SetDiscoverability()
192 #define BTA_DM_LIMITED_DISC BTM_LIMITED_DISCOVERABLE /* Limited discoverable. */