Bluetooth: nble: Update NBLE RPC interfaces

Following change in NBLE firmware update interfaces and structures.

Change-Id: I47df2374961d13fabc54ee8e446a155a65999072
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2016-02-02 11:15:55 +02:00 committed by Anas Nashif
commit d2c87d1e86
5 changed files with 67 additions and 50 deletions

View file

@ -186,16 +186,15 @@ void on_ble_gatts_get_attribute_value_rsp(const struct ble_gatts_attribute_respo
BT_DBG("");
}
void on_ble_gatt_register_rsp(const struct ble_gatt_register *par,
const struct ble_gatt_attr_idx_entry *attr,
void on_ble_gatt_register_rsp(const struct ble_gatt_register_rsp *rsp,
const struct ble_gatt_attr_handles *handles,
uint8_t len)
{
BT_DBG("");
}
void on_ble_gattc_discover_rsp(const struct ble_gattc_evt *ev,
const struct ble_gattc_attr *data,
uint8_t data_len)
void on_ble_gattc_discover_rsp(const struct ble_gattc_disc_rsp *rsp,
const uint8_t *data, uint8_t len)
{
BT_DBG("");
}