Home
last modified time | relevance | path

Searched refs:IBluetoothGattCallback (Results 1 – 15 of 15) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DContextMapTest.java26 import android.bluetooth.IBluetoothGattCallback;
69 @Mock private IBluetoothGattCallback mMockCallback;
93 ContextMap<IBluetoothGattCallback> contextMap = getMapWithAppAndConnection(); in getAppMethods()
109 ContextMap<IBluetoothGattCallback> contextMap = getMapWithAppAndConnection(); in getConnMethods()
134 ContextMap<IBluetoothGattCallback> contextMap = getMapWithAppAndConnection(); in clear()
142 ContextMap<IBluetoothGattCallback> contextMap = getMapWithAppAndConnection(); in removeMethods()
170 ContextMap<IBluetoothGattCallback> contextMap = getMapWithAppAndConnection(); in testDump_doesNotCrash()
174 private ContextMap<IBluetoothGattCallback> getMapWithAppAndConnection() { in getMapWithAppAndConnection()
175 ContextMap<IBluetoothGattCallback> contextMap = new ContextMap<>(); in getMapWithAppAndConnection()
DGattServiceTest.java36 import android.bluetooth.IBluetoothGattCallback;
81 @Mock private ContextMap<IBluetoothGattCallback> mClientMap;
429 IBluetoothGattCallback callback = mock(IBluetoothGattCallback.class); in registerClient()
445 IBluetoothGattCallback callback = mock(IBluetoothGattCallback.class); in registerClient_checkLimitPerApp()
721 ContextMap<IBluetoothGattCallback>.App app = mock(ContextMap.App.class); in restrictedHandles()
722 IBluetoothGattCallback callback = mock(IBluetoothGattCallback.class); in restrictedHandles()
DGattServiceBinderTest.java29 import android.bluetooth.IBluetoothGattCallback;
77 IBluetoothGattCallback callback = mock(IBluetoothGattCallback.class); in registerClient()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-unsupported.txt4 Landroid/bluetooth/IBluetoothGattCallback$Stub;-><init>()V
5 Landroid/bluetooth/IBluetoothGattCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetoot…
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java46 import android.bluetooth.IBluetoothGattCallback;
141 @VisibleForTesting ContextMap<IBluetoothGattCallback> mClientMap = new ContextMap<>();
343 ContextMap<IBluetoothGattCallback>.App app = mClientMap.getByUuid(uuid); in onClientRegistered()
384 ContextMap<IBluetoothGattCallback>.App app = mClientMap.getById(clientIf); in onConnected()
414 ContextMap<IBluetoothGattCallback>.App app = mClientMap.getById(clientIf); in onDisconnected()
481 ContextMap<IBluetoothGattCallback>.App app = mClientMap.getByConnId(connId); in onClientPhyUpdate()
505 ContextMap<IBluetoothGattCallback>.App app = mClientMap.getByConnId(connId); in onClientPhyRead()
521 ContextMap<IBluetoothGattCallback>.App app = mClientMap.getByConnId(connId); in onClientConnUpdate()
540 ContextMap<IBluetoothGattCallback>.App app = mClientMap.getByConnId(connId); in onServiceChanged()
557 ContextMap<IBluetoothGattCallback>.App app = mClientMap.getByConnId(connId); in onClientSubrateChange()
[all …]
DGattServiceBinder.java30 import android.bluetooth.IBluetoothGattCallback;
80 IBluetoothGattCallback callback, in registerClient()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl21 import android.bluetooth.IBluetoothGattCallback;
34 …void registerClient(in ParcelUuid appId, in IBluetoothGattCallback callback, boolean eatt_support,… in registerClient()
DIBluetoothGattCallback.aidl25 oneway interface IBluetoothGattCallback { interface
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs10 GattWriteRequestStatus, GattWriteType, IBluetoothGatt, IBluetoothGattCallback,
36 impl IBluetoothGattCallback for BluetoothGattCallbackDBus {
748 callback: Box<dyn IBluetoothGattCallback + Send>, in register_client()
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp28 "android/bluetooth/IBluetoothGattCallback.aidl",
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbattery_service.rs7 IBluetoothGattCallback,
453 impl IBluetoothGattCallback for GattCallback {
Dbluetooth_gatt.rs58 callbacks: Callbacks<dyn IBluetoothGattCallback + Send>,
63 type GattClientCallback = Box<dyn IBluetoothGattCallback + Send>;
501 callback: Box<dyn IBluetoothGattCallback + Send>, in register_client()
934 pub trait IBluetoothGattCallback: RPCProxy { interface
2275 callback: Box<dyn IBluetoothGattCallback + Send>, in register_client()
4189 impl IBluetoothGattCallback for TestBluetoothGattCallback {
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGatt.java225 private final IBluetoothGattCallback mBluetoothGattCallback =
226 new IBluetoothGattCallback.Stub() {
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs28 BluetoothGattService, IBluetoothGattCallback, IBluetoothGattServerCallback, IScannerCallback,
721 impl IBluetoothGattCallback for BtGattCallback {
Ddbus_iface.rs41 GattWriteRequestStatus, GattWriteType, IBluetoothGatt, IBluetoothGattCallback,
1626 callback: Box<dyn IBluetoothGattCallback + Send>, in register_client()
1887 impl IBluetoothGattCallback for IBluetoothGattCallbackDBus {