Home
last modified time | relevance | path

Searched refs:BluetoothTransport (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.h36 enum class BluetoothTransport { TRANSPORT_BR_EDR = 0, TRANSPORT_LE = 1 }; class in OHOS::Bluetooth::BondState::ScanMode
H A Dnapi_bluetooth_connection.cpp810 DECLARE_NAPI_PROPERTY("BluetoothTransport", bluetoothTransportObject), in ConnectionPropertyValueInit()
875 env, bluetoothTransport, static_cast<int>(BluetoothTransport::TRANSPORT_BR_EDR), "TRANSPORT_BR_EDR"); in BluetoothTransportInit()
877 env, bluetoothTransport, static_cast<int>(BluetoothTransport::TRANSPORT_LE), "TRANSPORT_LE"); in BluetoothTransportInit()

Completed in 3 milliseconds