Searched refs:log_gatt_server_uuids (Results 1 – 2 of 2) sorted by relevance
46 from blueberry.utils.bt_gatt_utils import log_gatt_server_uuids585 log_gatt_server_uuids(self.central, discovered_services_index)640 log_gatt_server_uuids(self.central, discovered_services_index)
344 def log_gatt_server_uuids(central: AndroidDevice, discovered_services_index, bluetooth_gatt=None): function