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.java134 postCallback(clientIf, AdvertiseCallback.ADVERTISE_FAILED_INTERNAL_ERROR); in callbackDone()
139 private void postCallback(int clientIf, int status) { in postCallback() method in AdvertiseManager
188 postCallback(clientIf, AdvertiseCallback.ADVERTISE_FAILED_ALREADY_STARTED); in handleStartAdvertising()
193 postCallback(clientIf, in handleStartAdvertising()
198 postCallback(clientIf, AdvertiseCallback.ADVERTISE_FAILED_INTERNAL_ERROR); in handleStartAdvertising()
202 postCallback(clientIf, AdvertiseCallback.ADVERTISE_SUCCESS); in handleStartAdvertising()