mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-01 01:13:23 +00:00
note to myself
This commit is contained in:
parent
4e32727e89
commit
3a9e0a5899
@ -846,7 +846,7 @@ void l2cap_unregister_service_internal(void *connection, uint16_t psm){
|
||||
void l2cap_close_connection(void *connection){
|
||||
linked_item_t *it;
|
||||
|
||||
// close open channels
|
||||
// close open channels - note to myself: no channel is freed, so no new for fancy iterator tricks
|
||||
l2cap_channel_t * channel;
|
||||
for (it = (linked_item_t *) l2cap_channels; it ; it = it->next){
|
||||
channel = (l2cap_channel_t *) it;
|
||||
|
Loading…
x
Reference in New Issue
Block a user