drivers/nble: Fix function name
Change-Id: I124be5419ec23feeec6ac82857446c134c8c6e96 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
1138996744
commit
5d13a3ef96
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue