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) 189 self.rx_object_path, self.tx_object_path, address) 202 self.tx_object_path = None 212 self.tx_object_path = chrcs_json[uuid_c]['path'] 216 return self.tx_object_path and self.rx_object_path 221 self, rx_object_path, tx_object_path, address): argument 226 if rx_object_path is None or tx_object_path is None: 232 tx_object_path, 238 tx_object_path, 244 tx_object_path, [all …]
|
D | bluetooth_device.py | 1413 def exchange_messages(self, tx_object_path, rx_object_path, bytes_to_write): argument 1427 tx_object_path, rx_object_path,
|
/external/autotest/client/cros/multimedia/ |
D | bluetooth_facade.py | 3785 def exchange_messages(self, tx_object_path, rx_object_path, value): argument 3798 tx_obj = self._get_gatt_characteristic_object(tx_object_path)
|