Home
last modified time | relevance | path

Searched refs:SCAN_MODE_NONE (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.h28 SCAN_MODE_NONE = 0, member in OHOS::Bluetooth::BondState::ScanMode
H A Dnapi_bluetooth_connection.cpp826 SetNamedPropertyByInteger(env, scanMode, static_cast<int>(ScanMode::SCAN_MODE_NONE), "SCAN_MODE_NONE"); in ScanModeInit()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp49 scanMode_ = SCAN_MODE_NONE; in ClassicAdapter()
140 if (scanMode_ != SCAN_MODE_NONE) { in InitMode()
141 ret = SetScanMode(SCAN_MODE_NONE); in InitMode()
383 if (mode < SCAN_MODE_NONE || mode > SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE) { in SetBtScanMode()
408 case SCAN_MODE_NONE: in SetScanMode()
473 if ((scanMode_ != SCAN_MODE_NONE) && (scanMode_ != SCAN_MODE_CONNECTABLE) && in ReceiveSetScanModeCallback()
501 int mode = SCAN_MODE_NONE; in ResetScanMode()
505 mode = SCAN_MODE_NONE; in ResetScanMode()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h205 const int SCAN_MODE_NONE = 0x00; member
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h205 const int SCAN_MODE_NONE = 0x00; member

Completed in 12 milliseconds