Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:BluetoothNotificationController

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) {
211 void BluetoothNotificationController::RequestPasskey(BluetoothDevice* device) {
218 void BluetoothNotificationController::DisplayPinCode(
228 void BluetoothNotificationController::DisplayPasskey(BluetoothDevice* device,
238 void BluetoothNotificationController::KeysEntered(BluetoothDevice* device,
243 void BluetoothNotificationController::ConfirmPasskey(BluetoothDevice* device,
253 void BluetoothNotificationController::AuthorizePairing(
263 void BluetoothNotificationController::OnGetAdapter(
287 void BluetoothNotificationController::NotifyAdapterDiscoverable() {
310 void BluetoothNotificationController::NotifyPairing(
342 void BluetoothNotificationController::NotifyPairedDevice(