HomeSort by relevance Sort by last modified time
    Searched refs:BTM_LIMITED_DISCOVERABLE (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/stack/include/
gap_api.h 87 #define GAP_LIMITED_DISCOVERABLE BTM_LIMITED_DISCOVERABLE
    [all...]
btm_api.h 152 #define BTM_LIMITED_DISCOVERABLE 1
154 #define BTM_DISCOVERABLE_MASK (BTM_LIMITED_DISCOVERABLE|BTM_GENERAL_DISCOVERABLE)
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c 236 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
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 184 #define BTA_DM_LIMITED_DISC BTM_LIMITED_DISCOVERABLE /* Limited discoverable. */
    [all...]

Completed in 28 milliseconds