Home
last modified time | relevance | path

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

/haiku/src/kits/bluetooth/
H A DDiscoveryAgent.cpp66 listener->SetLocalDeviceOwner(fLocalDevice); in StartInquiry()
72 request.AddInt32("hci_id", fLocalDevice->ID()); in StartInquiry()
116 request.AddInt32("hci_id", fLocalDevice->ID()); in CancelInquiry()
138 fLocalDevice = ld; in SetLocalDeviceOwner()
145 fLocalDevice = ld; in DiscoveryAgent()
H A DDiscoveryListener.cpp55 fLocalDevice = ld; in SetLocalDeviceOwner()
111 rd->SetLocalDeviceOwner(fLocalDevice); in MessageReceived()
/haiku/src/preferences/bluetooth/
H A DInquiryPanel.cpp103 fLocalDevice(lDevice) in InquiryPanel()
110 if (fLocalDevice == NULL) in InquiryPanel()
111 fLocalDevice = LocalDevice::GetLocalDevice(); in InquiryPanel()
132 if (fLocalDevice != NULL) { in InquiryPanel()
141 fDiscoveryAgent = fLocalDevice->GetDiscoveryAgent(); in InquiryPanel()
144 SetTitle((const char*)(fLocalDevice->GetFriendlyName().String())); in InquiryPanel()
H A DInquiryPanel.h45 Bluetooth::LocalDevice* fLocalDevice; variable
/haiku/headers/os/bluetooth/
H A DDiscoveryListener.h56 LocalDevice* fLocalDevice; variable
H A DDiscoveryAgent.h61 LocalDevice* fLocalDevice; variable