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 …]
34 struct GattService { struct57 impl GattDatastore for GattService { implementation109 impl GattDatabaseCallbacks for GattService { implementation
89 message GattService { message
100 public class GattService extends ProfileService { class185 public GattService(Context ctx) { in GattService() method in GattService