commit | 623aaa136bde759d6d7baf45443ed7cb8a88b397 | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Fri Sep 24 12:21:58 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Mon Sep 27 22:24:23 2021 -0400 |
tree | 85463a5639968a98b46c20caeee0795aeeacccf1 | |
parent | b7c987fe0e3bbf7c772a86f56353682751f8416a [diff] |
Bluetooth: ISO: Remove bt_conn_unref for ISO deferred work Removed the bt_conn_unref from the deferred_work function. For ISO, the conn unref for the peripheral will happen in the bt_iso_disconnected function. For the central, the unref shall only happen when the CIG is terminated. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>