Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java1770 mCallbacks.notifySearchStopFailed(BluetoothStatusCodes.ERROR_UNKNOWN); in stopSearchingForSources()
1783 mCallbacks.notifySearchStopFailed(BluetoothStatusCodes.ERROR_UNKNOWN); in stopSearchingForSources()
3415 void notifySearchStopFailed(int reason) { in notifySearchStopFailed() method in BassClientService.Callbacks