Home
last modified time | relevance | path

Searched defs:GattService (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/gatt/server/services/
Dgatt.rs27 struct GattService { struct
50 impl GattDatastore for GattService { argument
102 impl GattDatabaseCallbacks for GattService { implementation
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto94 message GattService { message
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java91 public class GattService extends ProfileService { class
170 public GattService(AdapterService adapterService) { in GattService() method in GattService