Home
last modified time | relevance | path

Searched refs:IBluetoothCallback (Results 1 – 13 of 13) sorted by relevance

/system/bt/gd/rust/linux/service/src/
Diface_bluetooth.rs3 use btstack::bluetooth::{IBluetooth, IBluetoothCallback};
23 impl IBluetoothCallback for BluetoothCallbackDBus {
36 fn register_callback(&mut self, callback: Box<dyn IBluetoothCallback + Send>) {} in register_callback()
/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl19 import android.bluetooth.IBluetoothCallback;
55 void RegisterCallback(IBluetoothCallback callback); in RegisterCallback()
56 void UnregisterCallback(IBluetoothCallback callback); in UnregisterCallback()
DIBluetoothCallback.aidl21 oneway interface IBluetoothCallback { interface
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc37 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()
[all …]
Dbluetooth_binder_server.h50 using android::bluetooth::IBluetoothCallback;
96 const ::android::sp<IBluetoothCallback>& callback) override;
98 const ::android::sp<IBluetoothCallback>& callback) override;
154 RemoteCallbackList<IBluetoothCallback> callbacks_;
/system/bt/gd/rust/linux/stack/src/
Dbluetooth.rs24 fn register_callback(&mut self, callback: Box<dyn IBluetoothCallback + Send>); in register_callback()
41 pub trait IBluetoothCallback: RPCProxy { trait
53 callbacks: Vec<(u32, Box<dyn IBluetoothCallback + Send>)>,
161 fn register_callback(&mut self, mut callback: Box<dyn IBluetoothCallback + Send>) { in register_callback()
/system/bt/binder/android/bluetooth/
DIBluetoothCallback.aidl24 interface IBluetoothCallback interface
DIBluetooth.aidl19 import android.bluetooth.IBluetoothCallback;
171 void registerCallback(in IBluetoothCallback callback, in AttributionSource attributionSource); in registerCallback()
173 void unregisterCallback(in IBluetoothCallback callback, in AttributionSource attributionSource); in unregisterCallback()
/system/bt/service/doc/
DIBluetooth.txt46 * the IBluetoothCallback.onBluetoothStateChange callback.
57 * the IBluetoothCallback.onBluetoothStateChange callback.
90 void registerCallback(in IBluetoothCallback callback);
95 void unregisterCallback(in IBluetoothCallback callback);
DIBluetoothCallback.txt21 interface IBluetoothCallback {
/system/bt/binder/
DAndroid.bp27 "android/bluetooth/IBluetoothCallback.aidl",
103 "android/bluetooth/IBluetoothCallback.aidl",
/system/bt/service/common/
DAndroid.bp63 "android/bluetooth/IBluetoothCallback.aidl",
/system/tools/aidl/
Dhiddenapi-greylist60 "android.bluetooth.IBluetoothCallback",