Searched defs:GattService (Results 1 – 4 of 4) sorted by relevance
31 service GattService { service33 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 …]
35 struct GattService { struct58 impl GattDatastore for GattService { argument109 impl GattDatabaseCallbacks for GattService { implementation
83 message GattService { message
114 public class GattService extends ProfileService { class