Lines Matching refs:is
11 * distributed under the License is distributed on an "AS IS" BASIS,
26 * is the owning application's unique GATT server handle and can be used to
34 * been published and is discoverable. In this case handles of added service,
40 * Called when there is an incoming read request from the remote device with
42 * |offset| is the index of the characteristic value that
43 * the remote device wants to read from. If |is_long| is true, then this
44 * request is part of a Long Read procedure. An implementation should handle
48 * If |offset| is invalid then sendResponse should be called with
49 * GATT_ERROR_INVALID_OFFSET. If |is_long| is true but this characteristic is
58 * Called when there is an incoming read request from the remote device with
60 * |offset| is the index of the descriptor value that
61 * the remote device wants to read from. If |is_long| is true, then this
62 * request is part of a Long Read procedure. An implementation should handle
66 * If |offset| is invalid then sendResponse should be called with
67 * GATT_ERROR_INVALID_OFFSET. If |is_long| is true but this descriptor is
76 * Called when there is an incoming write request from the remote device with
80 * |request_id|. |offset| is the index of the characteristic value that the
82 * |offset|. If |need_response| is false, then this is a "Write Without
84 * |is_prepare_write| is true, then the implementation should not commit this
85 * write until a call to onExecuteWriteRequest is received.
87 * If |offset| is invalid, then sendResponse should be called with
96 * Called when there is an incoming write request from the remote device with
100 * |request_id|. |offset| is the index of the descriptor value that the
102 * |offset|. If |need_response| is false, then this is a "Write Without
104 * |is_prepare_write| is true, then the implementation should not commit this
105 * write until a call to onExecuteWriteRequest is received.
107 * If |offset| is invalid, then sendResponse should be called with
116 * Called when there is an incoming execute-write request to commit or abort
117 * previously prepared writes. If |is_execute| is true, then the
130 * this will be called as soon as the notification packet is successfully sent