D | bluetooth_gatt_client_utils.py | 129 PROPERTIES = ['UUID', 'Primary', 'Device', 'Includes'] variable in GATT_Service 160 for prop_name in self.PROPERTIES: 208 for prop_name in GATT_Service.PROPERTIES: 235 PROPERTIES = ['UUID', 'Service', 'Value', 'Notifying', 'Flags'] variable in GATT_Characteristic 266 for prop_name in self.PROPERTIES: 326 for prop_name in GATT_Characteristic.PROPERTIES: 353 PROPERTIES = ['UUID', 'Characteristic', 'Value', 'Flags'] variable in GATT_Descriptor 373 for prop_name in self.PROPERTIES:
|