Home
last modified time | relevance | path

Searched defs:BluetoothGattIncludedService (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattIncludedService.java29 public class BluetoothGattIncludedService implements Parcelable { class
49 public BluetoothGattIncludedService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattIncludedService() method in BluetoothGattIncludedService
78 private BluetoothGattIncludedService(Parcel in) { in BluetoothGattIncludedService() method in BluetoothGattIncludedService
/aosp12/system/bt/service/common/android/bluetooth/
H A Dbluetooth_gatt_included_service.h36 BluetoothGattIncludedService( in BluetoothGattIncludedService() function