Home
last modified time | relevance | path

Searched refs:fBdaddr (Results 1 – 6 of 6) sorted by relevance

/haiku/src/kits/bluetooth/
H A DRemoteDevice.cpp74 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 DBluetoothDevice.h24 fBdaddr(bdaddrUtils::NullAddress()), in BluetoothDevice()
39 bdaddr_t fBdaddr;
/haiku/src/kits/bluetooth/UI/
H A DPincodeWindow.cpp55 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 DBluetoothDeviceView.cpp33 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 DBluetoothDeviceView.h37 BStringView* fBdaddr; variable
/haiku/headers/private/bluetooth/
H A DPincodeWindow.h41 bdaddr_t fBdaddr; variable