Home
last modified time | relevance | path

Searched refs:BLE_LEGACY_ADV_SCAN_IND (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h420 const uint8_t BLE_LEGACY_ADV_SCAN_IND = 1; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp284 bool isScannable = (advType & (1 << BLE_LEGACY_ADV_SCAN_IND)); in ExAdvertisingReport()