Home
last modified time | relevance | path

Searched refs:SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.h33 SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 5 member in OHOS::Bluetooth::BondState::ScanMode
H A Dnapi_bluetooth_connection.cpp839 static_cast<int>(ScanMode::SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE), in ScanModeInit()
840 "SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE"); in ScanModeInit()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/
H A Dgeneric_access_service.cpp182 mode == SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE || mode == SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE) { in RegisterService()
320 mode == SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE || mode == SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE) { in OnScanModeChanged()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp383 if (mode < SCAN_MODE_NONE || mode > SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE) { in SetBtScanMode()
428 case SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE: in SetScanMode()
508 case SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE: in ResetScanMode()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h210 const int SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 0x05; member
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h210 const int SCAN_MODE_CONNECTABLE_LIMITED_DISCOVERABLE = 0x05; member

Completed in 13 milliseconds