Home
last modified time | relevance | path

Searched refs:BLE_ADV_FLAG_NON_LIMIT_DISC (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h455 const uint8_t BLE_ADV_FLAG_NON_LIMIT_DISC = 0x00; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h540 const uint8_t BLE_ADV_FLAG_NON_LIMIT_DISC = 0x00; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp478 if (falg == BLE_ADV_FLAG_NON_LIMIT_DISC) { in CheckBleScanMode()