Searched refs:tx_object_path (Results 1 – 3 of 3) sorted by relevance
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_adapter_better_together.py | 161 self.rx_object_path, self.tx_object_path, address) 179 self.tx_object_path = None 189 self.tx_object_path = chrcs_json[uuid_c]['path'] 193 return self.tx_object_path and self.rx_object_path 198 self, rx_object_path, tx_object_path, address): argument 203 if rx_object_path is None or tx_object_path is None: 209 tx_object_path, 215 tx_object_path, 221 tx_object_path, 232 tx_object_path, [all …]
|
D | bluetooth_device.py | 1419 def exchange_messages(self, tx_object_path, rx_object_path, bytes_to_write): argument 1433 tx_object_path, rx_object_path,
|
/external/autotest/client/cros/multimedia/ |
D | bluetooth_facade_native.py | 3129 def exchange_messages(self, tx_object_path, rx_object_path, value): argument 3142 tx_obj = self._get_gatt_characteristic_object(tx_object_path)
|