Searched refs:fBdaddr (Results 1 – 6 of 6) sorted by relevance
/haiku/src/kits/bluetooth/ |
H A D | RemoteDevice.cpp | 74 remoteNameCommand = buildRemoteNameRequest(fBdaddr, fPageRepetitionMode, in GetFriendlyName() 120 return fBdaddr; in GetBluetoothAddress() 128 return bdaddrUtils::Compare(fBdaddr, obj->GetBluetoothAddress()); in Equals() 147 bdaddrUtils::Copy(createConnection->bdaddr, fBdaddr); in Authenticate() 304 fBdaddr = address; in RemoteDevice() 317 fBdaddr = bdaddrUtils::FromString((const char*)address.String()); in RemoteDevice()
|
/haiku/headers/os/bluetooth/ |
H A D | BluetoothDevice.h | 24 fBdaddr(bdaddrUtils::NullAddress()), in BluetoothDevice() 39 bdaddr_t fBdaddr;
|
/haiku/src/kits/bluetooth/UI/ |
H A D | PincodeWindow.cpp | 55 fBdaddr(address), in PincodeWindow() 61 SetBDaddr(bdaddrUtils::ToString(fBdaddr)); in PincodeWindow() 155 void* command = buildPinCodeRequestReply(fBdaddr, in MessageReceived() 186 void* command = buildPinCodeRequestNegativeReply(fBdaddr, &size); in MessageReceived()
|
/haiku/src/preferences/bluetooth/ |
H A D | BluetoothDeviceView.cpp | 33 fBdaddr = new BStringView("bdaddr", in BluetoothDeviceView() 35 fBdaddr->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE)); in BluetoothDeviceView() 73 .Add(fBdaddr) in BluetoothDeviceView() 100 fBdaddr->SetText(bdaddrUtils::ToString(bDevice->GetBluetoothAddress())); in SetBluetoothDevice()
|
H A D | BluetoothDeviceView.h | 37 BStringView* fBdaddr; variable
|
/haiku/headers/private/bluetooth/ |
H A D | PincodeWindow.h | 41 bdaddr_t fBdaddr; variable
|