drivers/nble: Update headers following new 0215 fw release
These are mostly cosmetic changes, shall work with firmwares niko-0214 and niko-0215. Change-Id: Id39c6b9cee6e759f77a05259632e453492ffe498 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
c5d2e76048
commit
123c6b8ba2
4 changed files with 12 additions and 11 deletions
|
@ -460,7 +460,7 @@ void on_nble_gatts_write_evt(const struct nble_gatt_wr_evt *evt,
|
|||
}
|
||||
}
|
||||
|
||||
void on_nble_gatts_get_attribute_value_rsp(const struct nble_gatts_attribute_response *par,
|
||||
void on_nble_gatts_get_attribute_value_rsp(const struct nble_gatts_attribute_rsp *rsp,
|
||||
uint8_t *data, uint8_t length)
|
||||
{
|
||||
BT_DBG("");
|
||||
|
@ -477,7 +477,7 @@ void on_nble_gatts_send_svc_changed_rsp(const struct nble_core_response *par)
|
|||
BT_DBG("");
|
||||
}
|
||||
|
||||
void on_nble_gatts_set_attribute_value_rsp(const struct nble_gatts_attribute_response *par)
|
||||
void on_nble_gatts_set_attribute_value_rsp(const struct nble_gatts_attribute_rsp *rsp)
|
||||
{
|
||||
BT_DBG("");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue