Home
last modified time | relevance | path

Searched refs:bluetooth_address (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/power/
H A Dperipheral_battery_notifier.cc106 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 Dperipheral_battery_notifier.h69 const std::string& bluetooth_address);
80 std::string bluetooth_address; member
89 void RemoveBluetoothBattery(const std::string& bluetooth_address);
H A Dperipheral_battery_notifier_unittest.cc141 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 Dnxt.c105 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 Drct_nxt.h167 unsigned char bluetooth_address[7]; member
177 (snprintf((n)->bluetooth_address,7,"%c%c%c%c%c%c", \
H A Dnxt_system_cmd.c372 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 Dhid_battery_listener.cc34 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 Deasy_unlock_key_manager.cc95 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 Deasy_unlock_types.h29 std::string bluetooth_address; member
H A Deasy_unlock_get_keys_operation.cc103 device.bluetooth_address = *entry.bytes; in OnGetKeyData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/public/cpp/
H A DBUILD.gn7 "bluetooth_address.cc",
8 "bluetooth_address.h",
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/device_sync/
H A Dfake_synced_bluetooth_address_tracker.h21 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 Dremote_device_v2_loader_impl_unittest.cc102 std::string bluetooth_address = has_bluetooth_address in CreateRemoteDevice() local
118 beacon_seeds, bluetooth_address); in CreateRemoteDevice()
H A Dcryptauth_device_manager_impl.cc234 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 Dcryptauth_device_manager_impl_unittest.cc116 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 Dcryptauth_device_syncer_impl.cc267 const std::string& bluetooth_address) { in OnBluetoothAddress() argument
270 if (!bluetooth_address.empty()) { in OnBluetoothAddress()
272 bluetooth_address); in OnBluetoothAddress()
H A Dremote_device_loader.cc142 device.bluetooth_address()); in OnPSKDerived()
H A Dcryptauth_device_syncer_impl.h138 void OnBluetoothAddress(const std::string& bluetooth_address);
/dports/devel/roboctl/roboctl-0.3.8/Scripts/
H A Dlego_bluetooth_config62 addr_file=$HOME/.roboctl/bluetooth_address
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/
H A Dbluetooth_device_winrt.cc407 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 Dbluetooth_device_winrt.cc446 std::string bluetooth_address = in CanonicalizeAddress() local
448 DCHECK(!bluetooth_address.empty()); in CanonicalizeAddress()
449 return bluetooth_address; in CanonicalizeAddress()
H A Dbluetooth_adapter_winrt.cc1318 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 Dlibserialport_internal.h103 char *bluetooth_address; member
H A Dlinux.c168 port->bluetooth_address = strdup(baddr); in get_port_details()
H A Dfreebsd.c232 port->bluetooth_address = NULL; in populate_port_struct_from_libusb_desc()

12