Searched refs:stopRfcommServer (Results 1 – 2 of 2) sorted by relevance
650 assertThat(bluetoothAdapter.stopRfcommServer(UUID1)).isEqualTo(BluetoothStatusCodes.SUCCESS); in stopRfcommServer_existingUuid_succeeds()660 assertThat(bluetoothAdapter.stopRfcommServer(UUID2)) in stopRfcommServer_noExistingUuid_fails()764 bluetoothAdapter.stopRfcommServer(UUID4); in getRegisteredUuids_serversStopped_doesNotReturnStoppedServerUuids()
623 protected int stopRfcommServer(UUID uuid) { in stopRfcommServer() method in ShadowBluetoothAdapter