Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp872 napi_value bluetoothTransport = nullptr; in BluetoothTransportInit() local
873 napi_create_object(env, &bluetoothTransport); in BluetoothTransportInit()
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()
878 return bluetoothTransport; in BluetoothTransportInit()

Completed in 3 milliseconds