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

  /system/bt/stack/include/
btm_api.h 173 #define BTM_BLE_GENERAL_DISCOVERABLE 0x0200
174 #define BTM_BLE_MAX_DISCOVERABLE BTM_BLE_GENERAL_DISCOVERABLE
175 #define BTM_BLE_DISCOVERABLE_MASK (BTM_BLE_NON_DISCOVERABLE|BTM_BLE_LIMITED_DISCOVERABLE|BTM_BLE_GENERAL_DISCOVERABLE)
    [all...]
  /system/bt/bta/include/
bta_api.h 186 #define BTA_DM_BLE_GENERAL_DISCOVERABLE BTM_BLE_GENERAL_DISCOVERABLE /* Device is LE General discoverable */
    [all...]
  /system/bt/stack/btm/
btm_ble_gap.c     [all...]

Completed in 8356 milliseconds