Home
last modified time | relevance | path

Searched refs:IBluetoothGatt (Results 1 – 17 of 17) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothManager.java157 IBluetoothGatt iGatt = mAdapter.getBluetoothGatt(); in getDevicesMatchingConnectionStates()
261 IBluetoothGatt iGatt = mAdapter.getBluetoothGatt(); in openGattServer()
DBluetoothGattServer.java57 private final IBluetoothGatt mService;
516 IBluetoothGatt iGatt, int transport, BluetoothAdapter adapter) { in BluetoothGattServer()
DBluetoothGatt.java67 @UnsupportedAppUsage private final IBluetoothGatt mService;
1014 IBluetoothGatt iGatt, in BluetoothGatt()
DBluetoothAdapter.java3990 public @Nullable IBluetoothGatt getBluetoothGatt() { in getBluetoothGatt()
3994 return IBluetoothGatt.Stub.asInterface(mService.getBluetoothGatt()); in getBluetoothGatt()
4202 IBluetoothGatt iGatt = getBluetoothGatt(); in startLeScan()
DBluetoothDevice.java3246 IBluetoothGatt iGatt = BluetoothAdapter.getDefaultAdapter().getBluetoothGatt(); in connectGatt()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dbt_adv.rs10 use btstack::bluetooth_gatt::IBluetoothGatt;
Ddbus_iface.rs41 GattWriteRequestStatus, GattWriteType, IBluetoothGatt, IBluetoothGattCallback,
1472 impl IBluetoothGatt for BluetoothGattDBus {
Dcommand_handler.rs24 GattWriteType, IBluetoothGatt,
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattServiceBinder.java29 import android.bluetooth.IBluetoothGatt;
42 class GattServiceBinder extends IBluetoothGatt.Stub implements IProfileServiceBinder {
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp27 "android/bluetooth/IBluetoothGatt.aidl",
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Ddis.rs9 IBluetoothGatt, IBluetoothGattServerCallback,
Dbattery_service.rs6 BluetoothGatt, BluetoothGattCharacteristic, BluetoothGattService, IBluetoothGatt,
Dbluetooth_gatt.rs363 pub trait IBluetoothGatt { trait
2008 impl IBluetoothGatt for BluetoothGatt {
Dbluetooth.rs44 BluetoothGatt, GattActions, IBluetoothGatt, IScannerCallback, ScanResult,
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl29 interface IBluetoothGatt { interface
DIBluetooth.aidl21 import android.bluetooth.IBluetoothGatt;
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs10 GattWriteRequestStatus, GattWriteType, IBluetoothGatt, IBluetoothGattCallback,
594 impl IBluetoothGatt for IBluetoothGattDBus {