Home | History | Annotate | Download | only in doc

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 * instance. A special client interface ID will be returned in a callback to
25 * false in case of an error.
27 boolean registerClient(in IBluetoothLowEnergyCallback callback);
33 void unregisterClient(in int client_if);
44 boolean Connect(in int client_id, in const char* address,
45 in boolean is_direct);
50 boolean Disconnect(in int client_id, in const char* address);
57 boolean setMtu(in int client_id, in char* address, int mtu);
61 * the parameters defined in |settings|. Scan results that are reported to the
66 boolean startScan(in int client_id, in ScanSettings settings,
67 in ScanFilter[] filters);
73 boolean stopScan(in int client_id);
81 * asynchronously reported in
82 * IBluetoothLowEnergyCallback.onMultiAdvertiseCallback. See the headers in
86 boolean startMultiAdvertising(in int client_if,
87 in AdvertiseData advertise_data,
88 in AdvertiseData scan_response_data,
89 in AdvertiseSettings settings);
93 * client. Returns false in case of an error, e.g. this client has not started
96 boolean stopMultiAdvertising(in int client_if);