Searched refs:fHid (Results 1 – 4 of 4) sorted by relevance
/haiku/src/kits/bluetooth/ |
H A D | LocalDevice.cpp | 136 request.AddInt32("hci_id", fHid); in GetProperty() 162 request.AddInt32("hci_id", fHid); in GetDiscoverable() 190 request.AddInt32("hci_id", fHid); in SetDiscoverable() 225 NULL, fHid, fMessenger); in SetAuthentication() 246 request.AddInt32("hci_id", fHid); in GetBluetoothAddress() 264 return fHid; in ID() 284 request.AddInt32("hci_id", fHid); in GetFriendlyName() 314 request.AddInt32("hci_id", fHid); in SetFriendlyName() 347 request.AddInt32("hci_id", fHid); in GetDeviceClass() 384 request.AddInt32("hci_id", fHid); in SetDeviceClass() [all …]
|
/haiku/src/kits/bluetooth/UI/ |
H A D | PincodeWindow.cpp | 56 fHid(hid) in PincodeWindow() 75 fHid = (rDevice->GetLocalDeviceOwner())->ID(); in PincodeWindow() 163 request.AddInt32("hci_id", fHid); in MessageReceived() 192 request.AddInt32("hci_id", fHid); in MessageReceived()
|
/haiku/headers/private/bluetooth/ |
H A D | PincodeWindow.h | 42 hci_id fHid; variable
|
/haiku/headers/os/bluetooth/ |
H A D | LocalDevice.h | 68 hci_id fHid; variable
|