drivers/nble: Fix function name

Change-Id: I124be5419ec23feeec6ac82857446c134c8c6e96
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2016-02-17 14:40:21 +02:00
commit 5d13a3ef96

View file

@ -168,7 +168,7 @@ int bt_gatt_register(struct bt_gatt_attr *attrs, size_t count)
return 0;
}
void on_ble_gatt_register_rsp(const struct nble_gatt_register_rsp *rsp,
void on_nble_gatt_register_rsp(const struct nble_gatt_register_rsp *rsp,
const struct nble_gatt_attr_handles *handles,
uint8_t len)
{