/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/ |
D | BluetoothGattServerCallback.java | 99 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/ |
D | BluetoothGattMaster.java | 66 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/ |
D | BluetoothGattServerCallback.java | 43 public void onServiceAdded(int status, BluetoothGattService service) { in onServiceAdded() method in BluetoothGattServerCallback
|
D | BluetoothGattServer.java | 124 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/ |
D | IBluetoothGattServerCallback.java | 36 void onServiceAdded(int status, int srvcType, int srvcInstId, ParcelUuid srvcId); in onServiceAdded() method
|
/packages/modules/Bluetooth/system/binder/android/bluetooth/ |
D | IBluetoothGattServerCallback.aidl | 28 void onServiceAdded(in int status, in BluetoothGattService service); in onServiceAdded() method
|
/packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/ |
D | GattServerManager.kt | 45 override fun onServiceAdded(status: Int, service: BluetoothGattService) { in onServiceAdded() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsGatt.java | 153 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);
|
D | TbsGeneric.java | 746 public void onServiceAdded(boolean success) {
|
/packages/modules/Bluetooth/system/service/doc/ |
D | IBluetoothGattServer.txt | 43 * IBluetoothGattServerCallback.onServiceAdded.
|
D | IBluetoothGattServerCallback.txt | 37 void onServiceAdded(in int status, in BluetoothGattServer service_id);
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | GattServer.java | 130 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/ |
D | BluetoothGattServerHelper.java | 219 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/ |
D | IBluetoothGattImpl.java | 516 callback.onServiceAdded( in endServiceDeclaration()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | MediaControlGattService.java | 574 public void onServiceAdded(int status, BluetoothGattService service) { 575 super.onServiceAdded(status, service);
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/ |
D | MediaControlGattServiceTest.java | 181 mMcpService.mServerCallback.onServiceAdded(BluetoothGatt.GATT_SUCCESS, service); in initAllFeaturesGattService()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattService.java | 3927 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/ |
D | hiddenapi-max-target-o-low-priority.txt | 1647 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onServiceAdded(ILandroid/bluetooth/Blu… 1676 Landroid/bluetooth/IBluetoothGattServerCallback;->onServiceAdded(ILandroid/bluetooth/BluetoothGattS…
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 747 method public void onServiceAdded(int, android.bluetooth.BluetoothGattService);
|