Home | History | Annotate | Download | only in le

Lines Matching refs:in

5  * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
23 void onAdvertisingSetStarted(in int advertiserId, in int tx_power, in int status);
24 void onOwnAddressRead(in int advertiserId, in int addressType, in String address);
25 void onAdvertisingSetStopped(in int advertiserId);
26 void onAdvertisingEnabled(in int advertiserId, in boolean enable, in int status);
27 void onAdvertisingDataSet(in int advertiserId, in int status);
28 void onScanResponseDataSet(in int advertiserId, in int status);
29 void onAdvertisingParametersUpdated(in int advertiserId, in int tx_power, in int status);
30 void onPeriodicAdvertisingParametersUpdated(in int advertiserId, in int status);
31 void onPeriodicAdvertisingDataSet(in int advertiserId, in int status);
32 void onPeriodicAdvertisingEnabled(in int advertiserId, in boolean enable, in int status);