HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothNotificationController (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/system/chromeos/bluetooth/
bluetooth_notification_controller.h 21 // The BluetoothNotificationController receives incoming pairing requests from
25 class ASH_EXPORT BluetoothNotificationController
29 BluetoothNotificationController();
30 virtual ~BluetoothNotificationController();
86 base::WeakPtrFactory<BluetoothNotificationController> weak_ptr_factory_;
88 DISALLOW_COPY_AND_ASSIGN(BluetoothNotificationController);
bluetooth_notification_controller.cc 147 BluetoothNotificationController::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::RequestPinCode(BluetoothDevice* device)
    [all...]

Completed in 470 milliseconds