Bluetooth: Add API to update LE connection parameters
Applications should be able to update the connection parameters. Change-Id: I446f64fcd0b27b605e636e566fb35a362a92de96 Signed-off-by: Louis Caron <louis.caron@intel.com>
This commit is contained in:
parent
bef69b7b96
commit
48802c2212
7 changed files with 102 additions and 44 deletions
|
@ -43,6 +43,12 @@ int bt_conn_get_info(const struct bt_conn *conn, struct bt_conn_info *info)
|
|||
return -ENOSYS;
|
||||
}
|
||||
|
||||
int bt_conn_le_param_update(struct bt_conn *conn,
|
||||
const struct bt_le_conn_param *param)
|
||||
{
|
||||
return -ENOSYS;
|
||||
}
|
||||
|
||||
int bt_conn_disconnect(struct bt_conn *conn, uint8_t reason)
|
||||
{
|
||||
return -ENOSYS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue