Bluetooth: GATT: Update documentation to include error domain
Refer to ATT as error domain expected by GATT API. Change-Id: I70d45a618191ae859f3b2c33427dbb7262511393 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
parent
6a4d39d5cd
commit
bd602f6e98
1 changed files with 3 additions and 3 deletions
|
@ -735,7 +735,7 @@ int bt_gatt_notify(struct bt_conn *conn, const struct bt_gatt_attr *attr,
|
|||
*
|
||||
* @param conn Connection object.
|
||||
* @param attr Attribute object.
|
||||
* @param err: 0 success, error in the other case
|
||||
* @param err ATT error code
|
||||
*/
|
||||
typedef void (*bt_gatt_indicate_func_t)(struct bt_conn *conn,
|
||||
const struct bt_gatt_attr *attr,
|
||||
|
@ -776,7 +776,7 @@ int bt_gatt_indicate(struct bt_conn *conn,
|
|||
/** @brief Response callback function
|
||||
*
|
||||
* @param conn Connection object.
|
||||
* @param err Error code.
|
||||
* @param err ATT error code.
|
||||
*/
|
||||
typedef void (*bt_gatt_rsp_func_t)(struct bt_conn *conn, uint8_t err);
|
||||
|
||||
|
@ -865,7 +865,7 @@ struct bt_gatt_read_params;
|
|||
/** @brief Read callback function
|
||||
*
|
||||
* @param conn Connection object.
|
||||
* @param err Error code.
|
||||
* @param err ATT error code.
|
||||
* @param params Read parameters used.
|
||||
* @param data Attribute value data. NULL means read has completed.
|
||||
* @param length Attribute value length.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue