Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/facade/topshim/
Dfacade.proto31 service GattService { service
33 rpc RegisterAdvertiser(google.protobuf.Empty) returns (google.protobuf.Empty) {}
34 rpc UnregisterAdvertiser(google.protobuf.Empty) returns (google.protobuf.Empty) {}
35 rpc GetOwnAddress(google.protobuf.Empty) returns (google.protobuf.Empty) {}
36 rpc SetParameters(google.protobuf.Empty) returns (google.protobuf.Empty) {}
37 rpc SetData(google.protobuf.Empty) returns (google.protobuf.Empty) {}
38 rpc AdvertisingEnable(google.protobuf.Empty) returns (google.protobuf.Empty) {}
39 rpc AdvertisingDisable(google.protobuf.Empty) returns (google.protobuf.Empty) {}
40 rpc SetPeriodicAdvertisingParameters(google.protobuf.Empty) returns (google.protobuf.Empty) {}
41 rpc SetPeriodicAdvertisingData(google.protobuf.Empty) returns (google.protobuf.Empty) {}
[all …]
/packages/modules/Bluetooth/system/rust/src/gatt/server/services/
Dgatt.rs34 struct GattService { struct
57 impl GattDatastore for GattService { implementation
109 impl GattDatabaseCallbacks for GattService { implementation
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto89 message GattService { message
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java100 public class GattService extends ProfileService { class
185 public GattService(Context ctx) { in GattService() method in GattService