Searched defs:onServiceAdded (Results 1 – 7 of 7) sorted by relevance
46 override fun onServiceAdded(status: Int, service: BluetoothGattService) { in onServiceAdded() method
39 public void onServiceAdded(int status, BluetoothGattService service) {} in onServiceAdded() method in BluetoothGattServerCallback
28 void onServiceAdded(in int status, in BluetoothGattService service); in onServiceAdded() method
130 public void onServiceAdded(int status, BluetoothGattService service) { in onServiceAdded() method in GattServer.MyGattServerCallback
178 public abstract void onServiceAdded(boolean success); in onServiceAdded() method in TbsGatt.Callback
191 void onServiceAdded(int status, int serverIf, List<GattDbElement> service) in onServiceAdded() method in GattNativeInterface
2776 void onServiceAdded(int status, int serverIf, List<GattDbElement> service) in onServiceAdded() method in GattService