Lines Matching refs:client_id
26 * otherwise. If successful, the caller will be assigned a "client_id" which
34 * Unregisters a previously registered client with interface ID |client_id|.
36 void unregisterClient(in int client_id);
46 * case of an error. |client_id| is the identifier obtained via
49 boolean refreshDevice(in int client_id, in String device_address);
57 * an error. |client_id| is the identifier obtained via registerClient.
59 boolean discoverServices(in int client_id, in String device_address);
70 * appropriate ATT protocol error code. |client_id| is obtained via
73 boolean readCharacteristic(in int client_id,
91 * will contain the appropriate ATT protocol error code. |client_id| is
94 boolean writeCharacteristic(in int client_id,
108 * appropriate ATT protocol error code. |client_id| is obtained via
111 boolean readDescriptor(in int client_id,
129 * the appropriate ATT protocol error code. |client_id| is obtained via
132 boolean writeDescriptor(in int client_id,
141 * be initiated. |client_id| is obtained via registerClient.
143 boolean registerForNotifications(in int client_id,
150 * |client_id| is obtained via registerClient.
152 boolean unregisterForNotifications(in int client_id,
164 * it has already been started earlier. |client_id| is obtained via
167 boolean beginReliableWrite(in int client_id, in String device_address);
176 * |client_id| is obtained via registerClient.
178 boolean endReliableWrite(in int client_id, in String device_address,