Profil de distribution audio avancé (A2DP)
Je reçois une liste de périphériques A2DP comme ceci:
bluetoothAdapter = BluetoothAdapter.getDefaultAdapter();
bluetoothAdapter.getProfileProxy(context, new BluetoothProfile.ServiceListener() {
@Override
public void onServiceConnected(int profile, BluetoothProfile proxy) {
List<Blue....
13 nov. 2020 à 21:33