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
29 void onServerRegistered(in int status, in int server_if);
34 * been published and is discoverable. In this case handles of added service,
37 void onServiceAdded(in int status, in BluetoothGattServer service_id);
53 void onCharacteristicReadRequest(in String device_address, in int request_id,
54 in int offset, in boolean is_long,
55 in int handle);
71 void onDescriptorReadRequest(in String device_address, in int request_id,
72 in int offset, in boolean is_long,
73 in int handle);
90 void onCharacteristicWriteRequest(in String device_address, in int request_id,
91 in int offset, in boolean is_prepare_write,
92 in boolean need_response, in byte[] value,
93 in int handle);
110 void onDescriptorWriteRequest(in String device_address, in int request_id,
111 in int offset, in boolean is_prepare_write,
112 in boolean need_response, in byte[] value,
113 in int handle);
123 void onExecuteWriteRequest(in String device_address, in int request_id,
124 in boolean is_execute);
133 void onNotificationSent(in String device_address, in int status);