Loading src/com/android/bluetooth/gatt/AdvertiseManager.java +6 −0 Original line number Diff line number Diff line Loading @@ -240,6 +240,12 @@ class AdvertiseManager { } stopAdvertisingSetNative(advertiser_id); try { callback.onAdvertisingSetStopped(advertiser_id); } catch (RemoteException e) { Log.i(TAG, "error sending onAdvertisingSetStopped callback", e); } } void enableAdvertisingSet(int advertiserId, boolean enable, int duration, int maxExtAdvEvents) { Loading Loading
src/com/android/bluetooth/gatt/AdvertiseManager.java +6 −0 Original line number Diff line number Diff line Loading @@ -240,6 +240,12 @@ class AdvertiseManager { } stopAdvertisingSetNative(advertiser_id); try { callback.onAdvertisingSetStopped(advertiser_id); } catch (RemoteException e) { Log.i(TAG, "error sending onAdvertisingSetStopped callback", e); } } void enableAdvertisingSet(int advertiserId, boolean enable, int duration, int maxExtAdvEvents) { Loading