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,9 +168,9 @@ int bt_gatt_register(struct bt_gatt_attr *attrs, size_t count)
|
||||||
return 0;
|
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,
|
const struct nble_gatt_attr_handles *handles,
|
||||||
uint8_t len)
|
uint8_t len)
|
||||||
{
|
{
|
||||||
BT_DBG("status %u", rsp->status);
|
BT_DBG("status %u", rsp->status);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue