Searched refs:IBluetoothCallback (Results 1 – 13 of 13) sorted by relevance
/system/bt/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 3 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/ |
D | IBluetooth.aidl | 19 import android.bluetooth.IBluetoothCallback; 55 void RegisterCallback(IBluetoothCallback callback); in RegisterCallback() 56 void UnregisterCallback(IBluetoothCallback callback); in UnregisterCallback()
|
D | IBluetoothCallback.aidl | 21 oneway interface IBluetoothCallback { interface
|
/system/bt/service/ipc/binder/ |
D | bluetooth_binder_server.cc | 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() [all …]
|
D | bluetooth_binder_server.h | 50 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/ |
D | bluetooth.rs | 24 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/ |
D | IBluetoothCallback.aidl | 24 interface IBluetoothCallback interface
|
D | IBluetooth.aidl | 19 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/ |
D | IBluetooth.txt | 46 * the IBluetoothCallback.onBluetoothStateChange callback. 57 * the IBluetoothCallback.onBluetoothStateChange callback. 90 void registerCallback(in IBluetoothCallback callback); 95 void unregisterCallback(in IBluetoothCallback callback);
|
D | IBluetoothCallback.txt | 21 interface IBluetoothCallback {
|
/system/bt/binder/ |
D | Android.bp | 27 "android/bluetooth/IBluetoothCallback.aidl", 103 "android/bluetooth/IBluetoothCallback.aidl",
|
/system/bt/service/common/ |
D | Android.bp | 63 "android/bluetooth/IBluetoothCallback.aidl",
|
/system/tools/aidl/ |
D | hiddenapi-greylist | 60 "android.bluetooth.IBluetoothCallback",
|