Lines Matching refs:IBluetoothCallback
37 using android::bluetooth::IBluetoothCallback;
167 const ::android::sp<IBluetoothCallback>& callback) { in RegisterCallback()
178 const ::android::sp<IBluetoothCallback>& callback) { in UnregisterCallback()
391 callbacks_.ForEach([prev_state, new_state](IBluetoothCallback* callback) { in OnAdapterStateChanged()
401 callbacks_.ForEach([&addr_s16, connected](IBluetoothCallback* callback) { in OnDeviceConnectionStateChanged()
409 callbacks_.ForEach([scan_enabled](IBluetoothCallback* callback) { in OnScanEnableChanged()
428 pass_key](IBluetoothCallback* callback) { in OnSspRequest()
441 callbacks_.ForEach([status, &addr_s16, state](IBluetoothCallback* callback) { in OnBondStateChanged()
456 callbacks_.ForEach([status, &devices_s16](IBluetoothCallback* callback) { in OnGetBondedDevices()
471 [status, &addr_s16, &binder_props](IBluetoothCallback* callback) { in OnGetRemoteDeviceProperties()
483 callbacks_.ForEach([&binder_props](IBluetoothCallback* callback) { in OnDeviceFound()