Searched defs:BluetoothNotificationController (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/system/chromeos/bluetooth/
H A Dbluetooth_notification_controller.h21 // The BluetoothNotificationController receives incoming pairing requests from
25 class ASH_EXPORT BluetoothNotificationController class in namespace:ash
29 BluetoothNotificationController();
30 virtual ~BluetoothNotificationController();
86 base::WeakPtrFactory<BluetoothNotificationController> weak_ptr_factory_;
88 DISALLOW_COPY_AND_ASSIGN(BluetoothNotificationController);
H A Dbluetooth_notification_controller.cc147 BluetoothNotificationController::BluetoothNotificationController() function in class:ash::BluetoothNotificationController
150 base::Bind(&BluetoothNotificationController::OnGetAdapter,
154 BluetoothNotificationController::~BluetoothNotificationController() {
163 void BluetoothNotificationController::AdapterDiscoverableChanged(
175 void BluetoothNotificationController::DeviceAdded(BluetoothAdapter* adapter,
183 void BluetoothNotificationController::DeviceChanged(BluetoothAdapter* adapter,
198 void BluetoothNotificationController::DeviceRemoved(BluetoothAdapter* adapter,
204 void BluetoothNotificationController
[all...]

Completed in 186 milliseconds