Searched refs:discovered_services_index (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/blueberry/utils/ |
D | bt_gatt_utils.py | 146 discovered_services_index, argument 158 discovered_services_index, i)) 162 discovered_services_index, i, characteristic)) 165 … cen_droid.gattClientDescriptorSetValue(bluetooth_gatt, discovered_services_index, i, 167 … cen_droid.gattClientWriteDescriptor(bluetooth_gatt, discovered_services_index, i, 344 def log_gatt_server_uuids(central: AndroidDevice, discovered_services_index, bluetooth_gatt=None): argument 345 services_count = central.sl4a.gattClientGetDiscoveredServicesCount(discovered_services_index) 347 service = central.sl4a.gattClientGetDiscoveredServiceUuid(discovered_services_index, i) 349 …tic_uuids = (central.sl4a.gattClientGetDiscoveredCharacteristicUuids(discovered_services_index, i)) 352 discovered_services_index, i, j)) [all …]
|
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/ |
D | gatt_notify_test.py | 60 …self.bluetooth_gatt, self.discovered_services_index, self.test_service_index, self.NOTIFIABLE_CHAR… 63 … self.central.sl4a.gattClientWriteDescriptor(self.bluetooth_gatt, self.discovered_services_index, 68 …l.sl4a.gattClientSetCharacteristicNotification(self.bluetooth_gatt, self.discovered_services_index,
|
D | gatt_connect_test.py | 659 discovered_services_index = event['data']['ServicesIndex'] 664 log_gatt_server_uuids(self.central, discovered_services_index) 718 discovered_services_index = event['data']['ServicesIndex'] 719 log_gatt_server_uuids(self.central, discovered_services_index) 835 discovered_services_index = event['data']['ServicesIndex'] 841 … services_count = self.central.sl4a.gattClientGetDiscoveredServicesCount(discovered_services_index) 844 discovered_services_index, i)) 849 … self.central.sl4a.gattClientCharacteristicSetValue(bluetooth_gatt, discovered_services_index, i, 851 … self.central.sl4a.gattClientWriteCharacteristic(bluetooth_gatt, discovered_services_index, i,
|
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/lib/ |
D | gatt_connected_base_test.py | 74 self.discovered_services_index = event['data']['ServicesIndex'] 75 …ices_count = self.central.sl4a.gattClientGetDiscoveredServicesCount(self.discovered_services_index) 79 self.discovered_services_index, i).upper())
|