Searched refs:onServiceAdded (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java1710 void onServiceAdded(int status, int serverIf, int srvcType, int srvcInstId, method in class:GattService
1714 if (DBG) Log.d(TAG, "onServiceAdded() UUID=" + uuid + ", status=" + status
2226 app.callback.onServiceAdded(status, serviceEntry.serviceType,
2229 app.callback.onServiceAdded(status, 0, 0, null);

Completed in 3917 milliseconds