/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/power/ |
H A D | peripheral_battery_notifier.cc | 106 std::string GetMapKeyForBluetoothAddress(const std::string& bluetooth_address) { in GetMapKeyForBluetoothAddress() argument 107 return kBluetoothDeviceIdPrefix + base::ToLowerASCII(bluetooth_address); in GetMapKeyForBluetoothAddress() 113 const std::string bluetooth_address = in GetBatteryMapKey() local 115 return bluetooth_address.empty() in GetBatteryMapKey() 117 : GetMapKeyForBluetoothAddress(bluetooth_address); in GetBatteryMapKey() 136 const std::string& bluetooth_address) in BatteryInfo() argument 141 bluetooth_address(bluetooth_address) {} in BatteryInfo() 150 bluetooth_address = info.bluetooth_address; in BatteryInfo() 236 const std::string& bluetooth_address) { in RemoveBluetoothBattery() argument 237 std::string address_lowercase = base::ToLowerASCII(bluetooth_address); in RemoveBluetoothBattery() [all …]
|
H A D | peripheral_battery_notifier.h | 69 const std::string& bluetooth_address); 80 std::string bluetooth_address; member 89 void RemoveBluetoothBattery(const std::string& bluetooth_address);
|
H A D | peripheral_battery_notifier_unittest.cc | 141 EXPECT_EQ(kTestBatteryAddress, info.bluetooth_address); in TEST_F() 236 bluetooth_device_info.bluetooth_address); in TEST_F() 239 EXPECT_TRUE(non_bluetooth_device_info.bluetooth_address.empty()); in TEST_F()
|
/dports/devel/roboctl/roboctl-0.3.8/Libs/C/ |
H A D | nxt.c | 105 nxt->bluetooth_address[0], in nxt_open_brick_bluetooth() 106 nxt->bluetooth_address[1], in nxt_open_brick_bluetooth() 107 nxt->bluetooth_address[2], in nxt_open_brick_bluetooth() 108 nxt->bluetooth_address[3], in nxt_open_brick_bluetooth() 109 nxt->bluetooth_address[4], in nxt_open_brick_bluetooth() 110 nxt->bluetooth_address[5]); in nxt_open_brick_bluetooth() 202 nxt->bluetooth_address[0], nxt->bluetooth_address[1], in nxt_print_device_info() 203 nxt->bluetooth_address[2], nxt->bluetooth_address[3], in nxt_print_device_info() 204 nxt->bluetooth_address[4], nxt->bluetooth_address[5]); in nxt_print_device_info() 914 nxt->bluetooth_address[5-c] = addr[c]; in nxt_copy_hostent_bt_addr() [all …]
|
H A D | rct_nxt.h | 167 unsigned char bluetooth_address[7]; member 177 (snprintf((n)->bluetooth_address,7,"%c%c%c%c%c%c", \
|
H A D | nxt_system_cmd.c | 372 memcpy(nxt->bluetooth_address,response+18,6); in nxt_get_device_info()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/power/ |
H A D | hid_battery_listener.cc | 34 const std::string bluetooth_address = in PeripheralBatteryStatusReceived() local 36 if (bluetooth_address.empty()) in PeripheralBatteryStatusReceived() 39 device::BluetoothDevice* device = adapter_->GetDevice(bluetooth_address); in PeripheralBatteryStatusReceived()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/easy_unlock/ |
H A D | easy_unlock_key_manager.cc | 95 dict->SetString(key_names::kKeyBluetoothAddress, data.bluetooth_address); in DeviceDataToRemoteDeviceDictionary() 115 std::string bluetooth_address; in RemoteDeviceDictionaryToDeviceData() local 119 if (!dict.GetString(key_names::kKeyBluetoothAddress, &bluetooth_address) || in RemoteDeviceDictionaryToDeviceData() 145 data->bluetooth_address.swap(bluetooth_address); in RemoteDeviceDictionaryToDeviceData()
|
H A D | easy_unlock_types.h | 29 std::string bluetooth_address; member
|
H A D | easy_unlock_get_keys_operation.cc | 103 device.bluetooth_address = *entry.bytes; in OnGetKeyData()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/public/cpp/ |
H A D | BUILD.gn | 7 "bluetooth_address.cc", 8 "bluetooth_address.h",
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/device_sync/ |
H A D | fake_synced_bluetooth_address_tracker.h | 21 void set_bluetooth_address(const std::string& bluetooth_address) { in set_bluetooth_address() argument 22 bluetooth_address_ = bluetooth_address; in set_bluetooth_address()
|
H A D | remote_device_v2_loader_impl_unittest.cc | 102 std::string bluetooth_address = has_bluetooth_address in CreateRemoteDevice() local 118 beacon_seeds, bluetooth_address); in CreateRemoteDevice()
|
H A D | cryptauth_device_manager_impl.cc | 234 base::Base64UrlEncode(device.bluetooth_address(), in UnlockKeyToDictionary() 448 std::string bluetooth_address; in DictionaryToUnlockKey() local 451 &bluetooth_address)) { in DictionaryToUnlockKey() 452 external_device->set_bluetooth_address(bluetooth_address); in DictionaryToUnlockKey()
|
H A D | cryptauth_device_manager_impl_unittest.cc | 116 EXPECT_EQ(expected_device.bluetooth_address(), device.bluetooth_address()); in ExpectSyncedDevicesAreEqual() 229 std::string bluetooth_address_b64, bluetooth_address; in ExpectSyncedDevicesAndPrefAreEqual() local 234 &bluetooth_address)); in ExpectSyncedDevicesAndPrefAreEqual() 236 EXPECT_EQ(expected_device.bluetooth_address(), bluetooth_address); in ExpectSyncedDevicesAndPrefAreEqual() 694 EXPECT_EQ(kStoredBluetoothAddress, synced_devices[0].bluetooth_address()); in TEST_F()
|
H A D | cryptauth_device_syncer_impl.cc | 267 const std::string& bluetooth_address) { in OnBluetoothAddress() argument 270 if (!bluetooth_address.empty()) { in OnBluetoothAddress() 272 bluetooth_address); in OnBluetoothAddress()
|
H A D | remote_device_loader.cc | 142 device.bluetooth_address()); in OnPSKDerived()
|
H A D | cryptauth_device_syncer_impl.h | 138 void OnBluetoothAddress(const std::string& bluetooth_address);
|
/dports/devel/roboctl/roboctl-0.3.8/Scripts/ |
H A D | lego_bluetooth_config | 62 addr_file=$HOME/.roboctl/bluetooth_address
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/ |
H A D | bluetooth_device_winrt.cc | 407 std::string bluetooth_address = BluetoothDevice::CanonicalizeAddress( in CanonicalizeAddress() local 409 DCHECK(!bluetooth_address.empty()); in CanonicalizeAddress() 410 return bluetooth_address; in CanonicalizeAddress()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/ |
H A D | bluetooth_device_winrt.cc | 446 std::string bluetooth_address = in CanonicalizeAddress() local 448 DCHECK(!bluetooth_address.empty()); in CanonicalizeAddress() 449 return bluetooth_address; in CanonicalizeAddress()
|
H A D | bluetooth_adapter_winrt.cc | 1318 std::string bluetooth_address = in OnAdvertisementReceived() local 1320 auto it = devices_.find(bluetooth_address); in OnAdvertisementReceived() 1325 std::move(bluetooth_address), CreateDevice(raw_bluetooth_address)); in OnAdvertisementReceived() 1357 bluetooth_address, device->GetName(), in OnAdvertisementReceived()
|
/dports/devel/libserialport/libserialport-0.1.1/ |
H A D | libserialport_internal.h | 103 char *bluetooth_address; member
|
H A D | linux.c | 168 port->bluetooth_address = strdup(baddr); in get_port_details()
|
H A D | freebsd.c | 232 port->bluetooth_address = NULL; in populate_port_struct_from_libusb_desc()
|