/foundation/communication/bluetooth_service/test/unittest/host/ |
H A D | host_test.cpp | 148 BluetoothRemoteDevice device_("00:00:00:00:00:00", BT_TRANSPORT_BREDR); in HWTEST_F() 149 BluetoothRemoteDevice remoteDevice = host_->GetRemoteDevice(device_.GetDeviceAddr(), BT_TRANSPORT_BREDR); in HWTEST_F() 340 host_->GetPairedDevices(BT_TRANSPORT_BREDR, remotedeviceList); in HWTEST_F() 356 BluetoothRemoteDevice device_("00:00:00:00:00:00", BT_TRANSPORT_BREDR); in HWTEST_F() 402 BluetoothRemoteDevice device_("00:00:00:00:00:00", BT_TRANSPORT_BREDR); in HWTEST_F() 418 BluetoothRemoteDevice device_("00:00:00:00:00:00", BT_TRANSPORT_BREDR); in HWTEST_F() 434 BluetoothRemoteDevice device_("00:00:00:00:00:00", BT_TRANSPORT_BREDR); in HWTEST_F() 450 BluetoothRemoteDevice device_("00:00:00:00:00:00", BT_TRANSPORT_BREDR); in HWTEST_F() 466 BluetoothRemoteDevice device_("00:00:00:00:00:00", BT_TRANSPORT_BREDR); in HWTEST_F() 481 BluetoothRemoteDevice device_("00:00:00:00:00:00", BT_TRANSPORT_BREDR); in HWTEST_F() [all...] |
/foundation/communication/bluetooth/frameworks/js/napi/src/map/ |
H A D | napi_bluetooth_map_mse.cpp | 135 BluetoothRemoteDevice device(remoteAddr, BT_TRANSPORT_BREDR);
in GetConnectionState() 155 BluetoothRemoteDevice device(remoteAddr, BT_TRANSPORT_BREDR);
in Disconnect() 171 BluetoothRemoteDevice remoteDevice(remoteAddr, BT_TRANSPORT_BREDR);
in SetConnectionStrategy() 192 BluetoothRemoteDevice remoteDevice(remoteAddr, BT_TRANSPORT_BREDR);
in GetConnectionStrategy() 213 BluetoothRemoteDevice remoteDevice(remoteAddr, BT_TRANSPORT_BREDR);
in SetMessageAccessAuthorization() 233 BluetoothRemoteDevice remoteDevice(remoteAddr, BT_TRANSPORT_BREDR);
in GetMessageAccessAuthorization()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/ |
H A D | napi_bluetooth_pbap_pse.cpp | 168 BluetoothRemoteDevice device(remoteAddr, BT_TRANSPORT_BREDR);
in GetConnectionState() 188 BluetoothRemoteDevice device(remoteAddr, BT_TRANSPORT_BREDR);
in Disconnect() 204 BluetoothRemoteDevice remoteDevice(remoteAddr, BT_TRANSPORT_BREDR);
in SetConnectionStrategy() 225 BluetoothRemoteDevice remoteDevice(remoteAddr, BT_TRANSPORT_BREDR);
in GetConnectionStrategy() 266 BluetoothRemoteDevice remoteDevice(remoteAddr, BT_TRANSPORT_BREDR);
in SetShareType() 287 BluetoothRemoteDevice remoteDevice(remoteAddr, BT_TRANSPORT_BREDR);
in GetShareType() 309 BluetoothRemoteDevice remoteDevice(remoteAddr, BT_TRANSPORT_BREDR);
in SetPhoneBookAccessAuthorization() 330 BluetoothRemoteDevice remoteDevice(remoteAddr, BT_TRANSPORT_BREDR);
in GetPhoneBookAccessAuthorization()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_manager.cpp | 90 item.transport_ == (GATT_TRANSPORT_TYPE_LE ? BT_TRANSPORT_BLE : BT_TRANSPORT_BREDR))); in GetDevicesByStates() 115 item.transport_ == (GATT_TRANSPORT_TYPE_LE ? BT_TRANSPORT_BLE : BT_TRANSPORT_BREDR))); in GetConnectedDevices()
|
H A D | bluetooth_gatt_server.cpp | 145 (device.transport_ == GATT_TRANSPORT_TYPE_LE) ? BT_TRANSPORT_BLE : BT_TRANSPORT_BREDR), 187 (device.transport_ == GATT_TRANSPORT_TYPE_LE) ? BT_TRANSPORT_BLE : BT_TRANSPORT_BREDR), 225 (device.transport_ == GATT_TRANSPORT_TYPE_LE) ? BT_TRANSPORT_BLE : BT_TRANSPORT_BREDR), 265 (device.transport_ == GATT_TRANSPORT_TYPE_LE) ? BT_TRANSPORT_BLE : BT_TRANSPORT_BREDR), 290 (device.transport_ == GATT_TRANSPORT_TYPE_LE) ? BT_TRANSPORT_BLE : BT_TRANSPORT_BREDR), 321 (device.transport_ == GATT_TRANSPORT_TYPE_LE) ? BT_TRANSPORT_BLE : BT_TRANSPORT_BREDR), 339 (device.transport_ == GATT_TRANSPORT_TYPE_LE) ? BT_TRANSPORT_BLE : BT_TRANSPORT_BREDR), 385 (device.transport_ == GATT_TRANSPORT_TYPE_LE) ? BT_TRANSPORT_BLE : BT_TRANSPORT_BREDR), 526 (gattDevice.transport_ == GATT_TRANSPORT_TYPE_LE) ? BT_TRANSPORT_BLE : BT_TRANSPORT_BREDR)) { in FindConnectedDevice()
|
H A D | bluetooth_remote_device.cpp | 58 CHECK_AND_RETURN_LOG_RET(transport_ == BT_TRANSPORT_BREDR || in IsValidBluetoothRemoteDevice()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/ |
H A D | napi_bluetooth_hid_host.cpp | 158 BluetoothRemoteDevice device(remoteAddr, BT_TRANSPORT_BREDR); in GetDeviceState() 178 BluetoothRemoteDevice device(remoteAddr, BT_TRANSPORT_BREDR); in Connect() 193 BluetoothRemoteDevice device(remoteAddr, BT_TRANSPORT_BREDR); in Disconnect() 209 BluetoothRemoteDevice remoteDevice(remoteAddr, BT_TRANSPORT_BREDR); in SetConnectionStrategy() 230 BluetoothRemoteDevice remoteDevice(remoteAddr, BT_TRANSPORT_BREDR); in GetConnectionStrategy()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/ |
H A D | napi_bluetooth_a2dp_src.cpp | 190 int transport = BT_TRANSPORT_BREDR; in GetPlayingState() 207 int transport = BT_TRANSPORT_BREDR; in Connect() 223 int transport = BT_TRANSPORT_BREDR; in Disconnect() 412 int transport = BT_TRANSPORT_BREDR; in SetConnectionStrategy() 433 int transport = BT_TRANSPORT_BREDR; in GetConnectionStrategy() 467 BluetoothRemoteDevice remoteDevice(remoteAddr, BT_TRANSPORT_BREDR); in IsAbsoluteVolumeSupported() 489 BluetoothRemoteDevice remoteDevice(remoteAddr, BT_TRANSPORT_BREDR); in IsAbsoluteVolumeEnabled() 511 BluetoothRemoteDevice remoteDevice(remoteAddr, BT_TRANSPORT_BREDR); in EnableAbsoluteVolume() 530 BluetoothRemoteDevice remoteDevice(remoteAddr, BT_TRANSPORT_BREDR); in DisableAbsoluteVolume() 656 BluetoothRemoteDevice remoteDevice(remoteAddr, BT_TRANSPORT_BREDR); in SetCurrentCodecInfo() [all...] |
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_connection_observer.cpp | 66 if (device.GetTransportType() == BT_TRANSPORT_BREDR) { in OnPairRequested() 67 remoteDevice = BluetoothHost::GetDefaultHost().GetRemoteDevice(device.GetDeviceAddr(), BT_TRANSPORT_BREDR); in OnPairRequested()
|
H A D | napi_bluetooth_connection.cpp | 277 int32_t ret = host->GetPairedDevices(BT_TRANSPORT_BREDR, remoteDeviceLists); in GetPairedDevices() 372 host->SetBondableMode(BT_TRANSPORT_BREDR, 1); in SetBluetoothScanMode()
|
/foundation/communication/bluetooth/frameworks/cj/access/src/ |
H A D | bluetooth_access_callback.cpp | 29 using Bluetooth::BT_TRANSPORT_BREDR; 66 if (transport == BT_TRANSPORT_BREDR) { in DealStateChange()
|
/foundation/communication/bluetooth_service/test/fuzztest/host/pairdevice_fuzzer/ |
H A D | pairdevice_fuzzer.cpp | 40 BluetoothRemoteDevice device(addr, BT_TRANSPORT_BREDR); in DoSomethingInterestingWithMyAPI()
|
/foundation/communication/bluetooth_service/test/fuzztest/host/cancelpaireddevice_fuzzer/ |
H A D | cancelpaireddevice_fuzzer.cpp | 41 BluetoothRemoteDevice device(addr, BT_TRANSPORT_BREDR); in DoSomethingInterestingWithMyAPI()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/ |
H A D | napi_bluetooth_hfp_ag.cpp | 161 BluetoothRemoteDevice device(remoteAddr, BT_TRANSPORT_BREDR); in GetDeviceState() 343 BluetoothRemoteDevice device(remoteAddr, BT_TRANSPORT_BREDR); in Connect() 358 BluetoothRemoteDevice device(remoteAddr, BT_TRANSPORT_BREDR); in Disconnect() 374 BluetoothRemoteDevice remoteDevice(remoteAddr, BT_TRANSPORT_BREDR); in SetConnectionStrategy() 395 BluetoothRemoteDevice remoteDevice(remoteAddr, BT_TRANSPORT_BREDR); in GetConnectionStrategy()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gap.cpp | 439 g_BluetoothHost->SetBondableMode(BT_TRANSPORT_BREDR, BONDABLE_MODE_ON); in SetBtScanMode() 450 remoteDevice = g_BluetoothHost->GetRemoteDevice(strAddress, BT_TRANSPORT_BREDR); in PairRequestReply() 469 remoteDevice = g_BluetoothHost->GetRemoteDevice(strAddress, BT_TRANSPORT_BREDR); in SetDevicePairingConfirmation()
|
/foundation/communication/bluetooth/frameworks/cj/connection/src/ |
H A D | bluetooth_connection_impl.cpp | 35 using Bluetooth::BT_TRANSPORT_BREDR; 112 *errCode = host->GetPairedDevices(BT_TRANSPORT_BREDR, remoteDeviceLists); in GetPairedDevices() 191 host->SetBondableMode(BT_TRANSPORT_BREDR, 1); in SetBluetoothScanMode()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/access/ |
H A D | napi_bluetooth_access_observer.cpp | 68 if (transport == BT_TRANSPORT_BREDR) { in DealStateChange()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 1212 int deviceType = GetDeviceType(BT_TRANSPORT_BREDR, address); in GetTransportByDeviceType() 1216 transport = BT_TRANSPORT_BREDR; in GetTransportByDeviceType() 1339 if ((transport == BT_TRANSPORT_BREDR) && IsBtEnabled() && classicService) { in GetDeviceName() 1397 if ((transport == BT_TRANSPORT_BREDR) && IsBtEnabled() && classicService) { in GetPairState() 1418 if ((transport == BT_TRANSPORT_BREDR) && IsBtEnabled() && classicService) { in StartPair() 1448 if ((transport == BT_TRANSPORT_BREDR) && IsBtEnabled() && classicService) { in CancelPairing() 1464 if ((transport == BT_TRANSPORT_BREDR) && IsBtEnabled() && classicService) { in IsBondedFromLocal() 1480 if ((transport == BT_TRANSPORT_BREDR) && IsBtEnabled() && classicService) { in IsAclConnected() 1496 if ((transport == BT_TRANSPORT_BREDR) && IsBtEnabled() && classicService) { in IsAclEncrypted() 1580 if ((transport == BT_TRANSPORT_BREDR) in SetDevicePairingConfirmation() [all...] |
/foundation/communication/bluetooth/frameworks/js/napi/src/pan/ |
H A D | napi_bluetooth_pan.cpp | 173 BluetoothRemoteDevice device(remoteAddr, BT_TRANSPORT_BREDR); in GetDeviceState() 227 BluetoothRemoteDevice device(remoteAddr, BT_TRANSPORT_BREDR); in GetConnectionState() 249 BluetoothRemoteDevice device(remoteAddr, BT_TRANSPORT_BREDR); in Disconnect()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/audio_manager/ |
H A D | napi_bluetooth_audio_manager.cpp | 117 BluetoothRemoteDevice device(remoteAddr, BT_TRANSPORT_BREDR);
in IsWearDetectionSupported()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_host.h | 622 int IsBtDiscovering(bool &isDisCovering, int transport = BT_TRANSPORT_BREDR) const;
|
H A D | bluetooth_def.h | 226 const int BT_TRANSPORT_BREDR = 0; member
|
/foundation/communication/bluetooth/frameworks/js/napi/src/opp/ |
H A D | napi_bluetooth_opp.cpp | 240 BluetoothRemoteDevice device(remoteAddr, BT_TRANSPORT_BREDR);
in GetDeviceState()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_host_server.h | 140 int32_t transport_ = bluetooth::BT_TRANSPORT_BREDR;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | bt_def.h | 226 const int BT_TRANSPORT_BREDR = 0; member 245 return BT_TRANSPORT_BREDR; in DeviceTypeToTransport() 247 return BT_TRANSPORT_BREDR; in DeviceTypeToTransport()
|