mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-01-28 22:01:50 +00:00
try to add cross device stuff
This commit is contained in:
@@ -45,7 +45,7 @@ object CrossDevice {
|
||||
|
||||
@SuppressLint("MissingPermission")
|
||||
fun startServer() {
|
||||
serverSocket = bluetoothAdapter.listenUsingRfcommWithServiceRecord("AirPodsSwitch", uuid)
|
||||
serverSocket = bluetoothAdapter.listenUsingRfcommWithServiceRecord("ALNCrossDevice", uuid)
|
||||
Log.d("AirPodsQuickSwitchService", "Server started")
|
||||
CoroutineScope(Dispatchers.IO).launch {
|
||||
while (serverSocket != null) {
|
||||
|
||||
Reference in New Issue
Block a user