Home
last modified time | relevance | path

Searched refs:_orchestrate_gatt_disconnection (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/
Dgatt_connect_test.py95 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): member in GattConnectTest
182 assertThat(self._orchestrate_gatt_disconnection(bluetooth_gatt, gatt_callback)).isTrue()
232 self._orchestrate_gatt_disconnection(bluetooth_gatt, gatt_callback)
315 assertThat(self._orchestrate_gatt_disconnection(bluetooth_gatt, gatt_callback)).isTrue()
437 assertThat(self._orchestrate_gatt_disconnection(bluetooth_gatt, gatt_callback)).isTrue()
483 assertThat(self._orchestrate_gatt_disconnection(bluetooth_gatt, gatt_callback)).isTrue()
531 assertThat(self._orchestrate_gatt_disconnection(bluetooth_gatt, gatt_callback)).isTrue()
586 assertThat(self._orchestrate_gatt_disconnection(bluetooth_gatt, gatt_callback)).isTrue()
642 assertThat(self._orchestrate_gatt_disconnection(bluetooth_gatt, gatt_callback)).isTrue()
686 test_result = self._orchestrate_gatt_disconnection(bluetooth_gatt, gatt_callback)
[all …]
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/lib/
Dgatt_connected_base_test.py102 self._orchestrate_gatt_disconnection(self.bluetooth_gatt, self.gatt_callback)
152 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): member in GattConnectedBaseTest