Searched refs:bdaddrUtils (Results 1 - 25 of 26) sorted by relevance

12

/haiku/src/kits/bluetooth/UI/
H A DConnectionIncoming.cpp27 bdaddrUtils::ToString(address));
43 bdaddrUtils::ToString(rDevice->GetBluetoothAddress()));
46 bdaddrUtils::ToString(bdaddrUtils::NullAddress()));
H A DPincodeWindow.cpp28 #include <bluetooth/bdaddrUtils.h>
61 SetBDaddr(bdaddrUtils::ToString(fBdaddr));
74 SetBDaddr(bdaddrUtils::ToString(rDevice->GetBluetoothAddress()));
/haiku/headers/os/bluetooth/
H A DBluetoothDevice.h8 #include <bluetooth/bdaddrUtils.h>
24 fBdaddr(bdaddrUtils::NullAddress()),
H A DbdaddrUtils.h18 class bdaddrUtils { class in namespace:Bluetooth
82 using Bluetooth::bdaddrUtils;
/haiku/src/tests/kits/bluetooth/l2capClient/
H A Dl2capClient.cpp14 #include <bluetooth/bdaddrUtils.h>
50 printf("Connecting socket for %s\n", bdaddrUtils::ToString(*bdaddr));
82 const bdaddr_t bdaddr = bdaddrUtils::FromString(argv[1]);
/haiku/src/bin/
H A Dbt_discovery.cpp9 #include <bluetooth/bdaddrUtils.h>
35 bdaddrUtils::ToString(btDevice->GetBluetoothAddress()));
77 bdaddrUtils::ToString(device->GetBluetoothAddress()));
92 bdaddrUtils::ToString(rDevice->GetBluetoothAddress()));
H A Dbt_dev_info.cpp10 #include <bluetooth/bdaddrUtils.h>
17 bdaddrUtils::ToString(device->GetBluetoothAddress()));
/haiku/headers/private/bluetooth/
H A DConnectionIncoming.h23 #include <bluetooth/bdaddrUtils.h>
/haiku/src/preferences/bluetooth/
H A DBluetoothSettings.cpp21 fCurrentSettings.pickeddevice = bdaddrUtils::NullAddress();
66 SetPickedDevice(bdaddrUtils::NullAddress());
H A DBluetoothDeviceView.cpp6 #include <bluetooth/bdaddrUtils.h>
34 bdaddrUtils::ToString(bdaddrUtils::NullAddress()));
100 fBdaddr->SetText(bdaddrUtils::ToString(bDevice->GetBluetoothAddress()));
H A DBluetoothSettings.h14 #include <bluetooth/bdaddrUtils.h>
H A DDeviceListItem.cpp9 #include <bluetooth/bdaddrUtils.h>
79 secondLine << bdaddrUtils::ToString(fAddress) << " ";
145 return (int)bdaddrUtils::Compare(item1->fAddress, item2->fAddress);
H A DExtendedLocalDeviceView.cpp12 #include <bluetooth/bdaddrUtils.h>
H A DInquiryPanel.cpp23 #include <bluetooth/bdaddrUtils.h>
276 namestr << bdaddrUtils::ToString(fDiscoveryAgent
H A DBluetoothSettingsView.cpp250 if (bdaddrUtils::Compare(lDevice->GetBluetoothAddress(),
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp12 #include <bluetooth/bdaddrUtils.h>
82 bdaddrUtils::Copy(conn->destination, dst);
117 && bdaddrUtils::Compare(conn->destination, destination)) {
175 if (bdaddrUtils::Compare(conn->destination, destination)) {
215 && bdaddrUtils::Compare(conn->destination, destination)) {
H A DBTCoreData.cpp8 #include <bluetooth/bdaddrUtils.h>
/haiku/src/kits/bluetooth/
H A DDiscoveryListener.cpp11 #include <bluetooth/bdaddrUtils.h>
90 if (bdaddrUtils::Compare(inquiryInfo->bdaddr, b1)) {
H A DRemoteDevice.cpp11 #include <bluetooth/bdaddrUtils.h>
128 return bdaddrUtils::Compare(fBdaddr, obj->GetBluetoothAddress());
147 bdaddrUtils::Copy(createConnection->bdaddr, fBdaddr);
317 fBdaddr = bdaddrUtils::FromString((const char*)address.String());
H A DLocalDevice.cpp19 #include <bluetooth/bdaddrUtils.h>
233 return bdaddrUtils::LocalAddress();
239 return bdaddrUtils::LocalAddress();
257 return bdaddrUtils::LocalAddress();
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpointManager.cpp9 #include <bluetooth/bdaddrUtils.h>
35 if (!Bluetooth::bdaddrUtils::Compare(address.l2cap_bdaddr, BDADDR_ANY))
H A Dl2cap_address.cpp21 #include <bluetooth/bdaddrUtils.h>
61 return ((bdaddrUtils::Compare(
87 return bdaddrUtils::Compare(((const sockaddr_l2cap*)a)->l2cap_bdaddr,
111 return (bdaddrUtils::Compare(((const sockaddr_l2cap *)a)->l2cap_bdaddr,
244 if (bdaddrUtils::Compare(address->l2cap_bdaddr, BDADDR_NULL))
/haiku/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp14 #include <bluetooth/bdaddrUtils.h>
650 bdaddrUtils::ToString(linkKeyReply->bdaddr).String());
847 bdaddrUtils::ToString(remotename->bdaddr).String(),
868 event->link_type, bdaddrUtils::ToString(event->bdaddr).String());
919 bdaddrUtils::ToString(event->bdaddr).String(), event->handle,
983 bdaddrUtils::ToString(event->bdaddr).String(), event->role, event->status);
992 bdaddrUtils::ToString(event->bdaddr).String(), event->page_scan_rep_mode);
1001 bdaddrUtils::ToString(event->bdaddr).String(),
1011 bdaddrUtils::ToString(keyRequested->bdaddr).String());
1023 bdaddrUtils
[all...]
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dacl.cpp15 #include <bluetooth/bdaddrUtils.h>
H A Dbluetooth.cpp39 #include <bluetooth/bdaddrUtils.h>

Completed in 198 milliseconds

12