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

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

Completed in 90 milliseconds