Searched refs:_orchestrate_gatt_disconnection (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/ |
D | gatt_connect_test.py | 95 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/ |
D | gatt_connected_base_test.py | 102 self._orchestrate_gatt_disconnection(self.bluetooth_gatt, self.gatt_callback) 152 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): member in GattConnectedBaseTest
|