Searched refs:create_gatt_service (Results 1 – 4 of 4) sorted by relevance
114 def create_gatt_service(service): function127 …included_services=[create_gatt_service(included_service) for included_service in service['included…
1124 self.gatt_services.append(bluetooth_gatt_service.create_gatt_service(service))
261 response.services.append(self.create_gatt_service(serv))567 return gatt_pb2.RegisterServiceResponse(service=self.create_gatt_service(service))767 def create_gatt_service(self, service): member in GATTService773 … self.create_gatt_service(included_service) for included_service in service['included_services']
17 use bt_topshim_facade_protobuf::facade_grpc::{create_gatt_service, GattService};89 create_gatt_service(me) in create()