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

  /system/bt/stack/include/
btm_api_types.h 135 #define BTM_GENERAL_DISCOVERABLE 2
137 (BTM_LIMITED_DISCOVERABLE | BTM_GENERAL_DISCOVERABLE)
138 #define BTM_MAX_DISCOVERABLE BTM_GENERAL_DISCOVERABLE
    [all...]
  /system/bt/stack/btm/
btm_devctl.cc 770 if (BTM_SetDiscoverability(BTM_GENERAL_DISCOVERABLE, BTM_DEFAULT_DISC_WINDOW,
btm_ble_multi_adv.cc 751 uint8_t flags_val = BTM_GENERAL_DISCOVERABLE;
    [all...]
  /system/bt/stack/pan/
pan_api.cc 57 BTM_SetDiscoverability(BTM_GENERAL_DISCOVERABLE, 0, 0);
  /system/bt/bta/include/
bta_api.h 182 BTM_GENERAL_DISCOVERABLE /* General discoverable. \
    [all...]

Completed in 569 milliseconds