Searched refs:IBluetoothGattCallback (Results 1 – 15 of 15) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | ContextMapTest.java | 26 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()
|
D | GattServiceTest.java | 36 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()
|
D | GattServiceBinderTest.java | 29 import android.bluetooth.IBluetoothGattCallback; 77 IBluetoothGattCallback callback = mock(IBluetoothGattCallback.class); in registerClient()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-unsupported.txt | 4 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/ |
D | GattService.java | 46 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 …]
|
D | GattServiceBinder.java | 30 import android.bluetooth.IBluetoothGattCallback; 80 IBluetoothGattCallback callback, in registerClient()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGatt.aidl | 21 import android.bluetooth.IBluetoothGattCallback; 34 …void registerClient(in ParcelUuid appId, in IBluetoothGattCallback callback, boolean eatt_support,… in registerClient()
|
D | IBluetoothGattCallback.aidl | 25 oneway interface IBluetoothGattCallback { interface
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_gatt.rs | 10 GattWriteRequestStatus, GattWriteType, IBluetoothGatt, IBluetoothGattCallback, 36 impl IBluetoothGattCallback for BluetoothGattCallbackDBus { 748 callback: Box<dyn IBluetoothGattCallback + Send>, in register_client()
|
/packages/modules/Bluetooth/android/app/aidl/ |
D | Android.bp | 28 "android/bluetooth/IBluetoothGattCallback.aidl",
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | battery_service.rs | 7 IBluetoothGattCallback, 453 impl IBluetoothGattCallback for GattCallback {
|
D | bluetooth_gatt.rs | 58 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/ |
D | BluetoothGatt.java | 225 private final IBluetoothGattCallback mBluetoothGattCallback = 226 new IBluetoothGattCallback.Stub() {
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | callbacks.rs | 28 BluetoothGattService, IBluetoothGattCallback, IBluetoothGattServerCallback, IScannerCallback, 721 impl IBluetoothGattCallback for BtGattCallback {
|
D | dbus_iface.rs | 41 GattWriteRequestStatus, GattWriteType, IBluetoothGatt, IBluetoothGattCallback, 1626 callback: Box<dyn IBluetoothGattCallback + Send>, in register_client() 1887 impl IBluetoothGattCallback for IBluetoothGattCallbackDBus {
|