Home
last modified time | relevance | path

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

/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/
DBluetoothGattServerCallback.java99 public void onServiceAdded(int status, BluetoothGattService service) {} in onServiceAdded() method in BluetoothGattServerCallback
184 public void onServiceAdded(int status, BluetoothGattService service) { in onServiceAdded() method in BluetoothGattServerCallback.InternalBluetoothGattServerCallback
185 BluetoothGattServerCallback.this.onServiceAdded(status, service); in onServiceAdded()
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/helpers/bluetooth/
DBluetoothGattMaster.java66 void onServiceAdded(UUID uuid, int status); in onServiceAdded() method
218 public void onServiceAdded(int status, BluetoothGattService service) {
223 mCallback.onServiceAdded(uuid, status);
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattServerCallback.java43 public void onServiceAdded(int status, BluetoothGattService service) { in onServiceAdded() method in BluetoothGattServerCallback
DBluetoothGattServer.java124 public void onServiceAdded(int status, BluetoothGattService service) {
157 mCallback.onServiceAdded((int) status, tmp);
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGattServerCallback.java36 void onServiceAdded(int status, int srvcType, int srvcInstId, ParcelUuid srvcId); in onServiceAdded() method
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGattServerCallback.aidl28 void onServiceAdded(in int status, in BluetoothGattService service); in onServiceAdded() method
/packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/
DGattServerManager.kt45 override fun onServiceAdded(status: Int, service: BluetoothGattService) { in onServiceAdded() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java153 public abstract void onServiceAdded(boolean success); in onServiceAdded() method in TbsGatt.Callback
789 public void onServiceAdded(int status, BluetoothGattService service) {
794 mCallback.onServiceAdded(status == BluetoothGatt.GATT_SUCCESS);
DTbsGeneric.java746 public void onServiceAdded(boolean success) {
/packages/modules/Bluetooth/system/service/doc/
DIBluetoothGattServer.txt43 * IBluetoothGattServerCallback.onServiceAdded.
DIBluetoothGattServerCallback.txt37 void onServiceAdded(in int status, in BluetoothGattServer service_id);
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattServer.java130 public void onServiceAdded(int status, BluetoothGattService service) { in onServiceAdded() method in GattServer.MyGattServerCallback
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/
DBluetoothGattServerHelper.java219 public void onServiceAdded(int status, BluetoothGattService service) { in onServiceAdded() method in BluetoothGattServerHelper.GattServerCallback
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DIBluetoothGattImpl.java516 callback.onServiceAdded( in endServiceDeclaration()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java574 public void onServiceAdded(int status, BluetoothGattService service) {
575 super.onServiceAdded(status, service);
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlGattServiceTest.java181 mMcpService.mServerCallback.onServiceAdded(BluetoothGatt.GATT_SUCCESS, service); in initAllFeaturesGattService()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java3927 void onServiceAdded(int status, int serverIf, List<GattDbElement> service) in onServiceAdded() method in GattService
3970 app.callback.onServiceAdded(status, svc); in onServiceAdded()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1647 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onServiceAdded(ILandroid/bluetooth/Blu…
1676 Landroid/bluetooth/IBluetoothGattServerCallback;->onServiceAdded(ILandroid/bluetooth/BluetoothGattS…
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt747 method public void onServiceAdded(int, android.bluetooth.BluetoothGattService);