drivers/nble: Update RPC to the Nordic BLE chip
Update RPC headers to sync with NBLE firmware. Change-Id: I3231fe16372f2a6a38868edfa543689f631d8b98 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
9e58ac9840
commit
99a4cac6a9
4 changed files with 6 additions and 11 deletions
|
@ -329,8 +329,8 @@ void ble_gatt_register_req(const struct ble_gatt_register_req *par,
|
|||
* @param buf read value of the attribute
|
||||
* @param buflen length of buf
|
||||
*/
|
||||
void nble_gatts_rw_authorize_reply_req(const struct ble_gatts_rw_reply_params *params,
|
||||
uint8_t *buf, uint16_t buflen);
|
||||
void nble_gatts_authorize_reply_req(const struct ble_gatts_rw_reply_params *params,
|
||||
uint8_t *buf, uint16_t buflen);
|
||||
|
||||
/**
|
||||
* Conversion table entry ble_core to host attr index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue