drivers/nble: Sync ble_gatt_notif_ind_rsp definition

The definition is not in sync with firmware which cause the following
error:

bt: rpc_deserialize (0xa8008a24): on_ble_gatts_send_notif_ind_rsp
panic: errcode -1

Change-Id: Iddaa1eece7c43b5707c01db6e053d104a2a846e6
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
Luiz Augusto von Dentz 2016-02-05 15:02:05 +02:00 committed by Anas Nashif
commit 4efacd3d5b
2 changed files with 4 additions and 2 deletions

View file

@ -486,7 +486,7 @@ void on_ble_gatts_read_evt(const struct nble_gatt_rd_evt *evt)
attr = evt->attr;
BT_DBG("read %p", attr);
BT_DBG("handle %p", attr);
if (attr->read) {
reply_data.status = attr->read(NULL, attr, data, sizeof(data),