Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java1081 notifyBroadcastStartFailed( in createBroadcast()
3330 mHandler.post(() -> notifyBroadcastStartFailed(BluetoothStatusCodes.ERROR_UNKNOWN)); in messageFromNative()
4562 private void notifyBroadcastStartFailed(int reason) { in notifyBroadcastStartFailed() method in LeAudioService
4914 mHandler.post(() -> notifyBroadcastStartFailed(BluetoothStatusCodes.ERROR_TIMEOUT)); in run()