Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection_observer.cpp66 if (device.GetTransportType() == BT_TRANSPORT_BREDR) { in OnPairRequested()
68 } else if (device.GetTransportType() == BT_TRANSPORT_BLE) { in OnPairRequested()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h309 int GetTransportType() const;
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp176 GetAclStateName(device.GetTransportType(), state, stateStr);
181 g_GapCallback->aclStateChangedCallbak(&remoteAddr, ConvertAclState(device.GetTransportType(), state), reason);
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp791 EXPECT_EQ(device1_.GetTransportType(), BT_TRANSPORT_BREDR); in HWTEST_F()
794 EXPECT_EQ(device2_.GetTransportType(), BT_TRANSPORT_BLE); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp64 int BluetoothRemoteDevice::GetTransportType() const in GetTransportType() function in OHOS::Bluetooth::BluetoothRemoteDevice
H A Dbluetooth_gatt_server.cpp525 (device.GetTransportType() == in FindConnectedDevice()
H A Dbluetooth_host.cpp1078 return proxy->RemovePair(device.GetTransportType(), rawAddrSptr); in RemovePair()

Completed in 7 milliseconds