Add missing ble_hs_unlock() call

This commit is contained in:
Rahul Tank
2025-06-26 10:35:03 +05:30
parent 0e3d2d39bb
commit 04a97c0c15
+1
View File
@@ -528,6 +528,7 @@ ble_att_send_outstanding_after_response(uint16_t conn_handle)
rc = ble_hs_misc_conn_chan_find_reqd(conn_handle, BLE_L2CAP_CID_ATT, &conn,
&chan);
if (rc) {
ble_hs_unlock();
return;
}
conn->client_att_busy = false;