Searched refs:IBluetoothGatt (Results 1 – 17 of 17) sorted by relevance
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothManager.java | 157 IBluetoothGatt iGatt = mAdapter.getBluetoothGatt(); in getDevicesMatchingConnectionStates() 261 IBluetoothGatt iGatt = mAdapter.getBluetoothGatt(); in openGattServer()
|
D | BluetoothGattServer.java | 57 private final IBluetoothGatt mService; 516 IBluetoothGatt iGatt, int transport, BluetoothAdapter adapter) { in BluetoothGattServer()
|
D | BluetoothGatt.java | 67 @UnsupportedAppUsage private final IBluetoothGatt mService; 1014 IBluetoothGatt iGatt, in BluetoothGatt()
|
D | BluetoothAdapter.java | 3990 public @Nullable IBluetoothGatt getBluetoothGatt() { in getBluetoothGatt() 3994 return IBluetoothGatt.Stub.asInterface(mService.getBluetoothGatt()); in getBluetoothGatt() 4202 IBluetoothGatt iGatt = getBluetoothGatt(); in startLeScan()
|
D | BluetoothDevice.java | 3246 IBluetoothGatt iGatt = BluetoothAdapter.getDefaultAdapter().getBluetoothGatt(); in connectGatt()
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | bt_adv.rs | 10 use btstack::bluetooth_gatt::IBluetoothGatt;
|
D | dbus_iface.rs | 41 GattWriteRequestStatus, GattWriteType, IBluetoothGatt, IBluetoothGattCallback, 1472 impl IBluetoothGatt for BluetoothGattDBus {
|
D | command_handler.rs | 24 GattWriteType, IBluetoothGatt,
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattServiceBinder.java | 29 import android.bluetooth.IBluetoothGatt; 42 class GattServiceBinder extends IBluetoothGatt.Stub implements IProfileServiceBinder {
|
/packages/modules/Bluetooth/android/app/aidl/ |
D | Android.bp | 27 "android/bluetooth/IBluetoothGatt.aidl",
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | dis.rs | 9 IBluetoothGatt, IBluetoothGattServerCallback,
|
D | battery_service.rs | 6 BluetoothGatt, BluetoothGattCharacteristic, BluetoothGattService, IBluetoothGatt,
|
D | bluetooth_gatt.rs | 363 pub trait IBluetoothGatt { trait 2008 impl IBluetoothGatt for BluetoothGatt {
|
D | bluetooth.rs | 44 BluetoothGatt, GattActions, IBluetoothGatt, IScannerCallback, ScanResult,
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGatt.aidl | 29 interface IBluetoothGatt { interface
|
D | IBluetooth.aidl | 21 import android.bluetooth.IBluetoothGatt;
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_gatt.rs | 10 GattWriteRequestStatus, GattWriteType, IBluetoothGatt, IBluetoothGattCallback, 594 impl IBluetoothGatt for IBluetoothGattDBus {
|