Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DAdvertiseManager.java132 postCallback(clientIf, AdvertiseCallback.ADVERTISE_FAILED_INTERNAL_ERROR); in callbackDone()
137 private void postCallback(int clientIf, int status) { in postCallback() method in AdvertiseManager
186 postCallback(clientIf, AdvertiseCallback.ADVERTISE_FAILED_ALREADY_STARTED); in handleStartAdvertising()
191 postCallback(clientIf, in handleStartAdvertising()
196 postCallback(clientIf, AdvertiseCallback.ADVERTISE_FAILED_INTERNAL_ERROR); in handleStartAdvertising()
200 postCallback(clientIf, AdvertiseCallback.ADVERTISE_SUCCESS); in handleStartAdvertising()