Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp841 napi_value bluetoothTransport = nullptr; in BluetoothTransportInit() local
842 napi_create_object(env, &bluetoothTransport); in BluetoothTransportInit()
844 …env, bluetoothTransport, static_cast<int>(BluetoothTransport::TRANSPORT_BR_EDR), "TRANSPORT_BR_EDR… in BluetoothTransportInit()
846 … env, bluetoothTransport, static_cast<int>(BluetoothTransport::TRANSPORT_LE), "TRANSPORT_LE"); in BluetoothTransportInit()
847 return bluetoothTransport; in BluetoothTransportInit()