mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-05 16:20:11 +00:00
l2cap: fix prototype
This commit is contained in:
parent
b175da0edb
commit
1ea99aaf8a
@ -1855,8 +1855,7 @@ uint8_t l2cap_create_channel(btstack_packet_handler_t channel_packet_handler, bd
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void l2cap_disconnect(uint16_t local_cid, uint8_t reason){
|
||||||
l2cap_disconnect(uint16_t local_cid, uint8_t reason){
|
|
||||||
log_info("L2CAP_DISCONNECT local_cid 0x%x reason 0x%x", local_cid, reason);
|
log_info("L2CAP_DISCONNECT local_cid 0x%x reason 0x%x", local_cid, reason);
|
||||||
// find channel for local_cid
|
// find channel for local_cid
|
||||||
l2cap_channel_t * channel = l2cap_get_channel_for_local_cid(local_cid);
|
l2cap_channel_t * channel = l2cap_get_channel_for_local_cid(local_cid);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user