Bluetooth: Fix typo subscribtions to subscriptions
Change-Id: Ibf015e304e34fddf0f508a1951ac504f07e20d83 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
21594aa1fd
commit
a81c3080a2
1 changed files with 2 additions and 2 deletions
|
@ -621,7 +621,7 @@ static void gatt_subscription_remove(struct bt_conn *conn,
|
||||||
params->notify(conn, params, NULL, 0);
|
params->notify(conn, params, NULL, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void remove_subscribtions(struct bt_conn *conn)
|
static void remove_subscriptions(struct bt_conn *conn)
|
||||||
{
|
{
|
||||||
struct bt_gatt_subscribe_params *params, *prev;
|
struct bt_gatt_subscribe_params *params, *prev;
|
||||||
|
|
||||||
|
@ -1635,6 +1635,6 @@ void bt_gatt_disconnected(struct bt_conn *conn)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
remove_subscribtions(conn);
|
remove_subscriptions(conn);
|
||||||
#endif /* CONFIG_BLUETOOTH_GATT_CLIENT */
|
#endif /* CONFIG_BLUETOOTH_GATT_CLIENT */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue