Home
last modified time | relevance | path

Searched refs:fExtDeviceView (Results 1 – 2 of 2) sorted by relevance

/haiku/src/preferences/bluetooth/
H A DBluetoothSettingsView.cpp78 fExtDeviceView = new ExtendedLocalDeviceView(NULL); in BluetoothSettingsView()
87 fExtDeviceView->SetLocalDevice(ActiveLocalDevice); in BluetoothSettingsView()
88 fExtDeviceView->SetEnabled(true); in BluetoothSettingsView()
115 .Add(fExtDeviceView, 0, 6, 2) in BluetoothSettingsView()
267 fExtDeviceView->SetLocalDevice(lDevice); in _MarkLocalDevice()
268 fExtDeviceView->SetEnabled(true); in _MarkLocalDevice()
H A DBluetoothSettingsView.h50 ExtendedLocalDeviceView* fExtDeviceView; variable