mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-11 03:47:01 +00:00
comment unused variable
This commit is contained in:
parent
8b44e303f3
commit
f53674e547
@ -128,7 +128,7 @@ void packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint
|
|||||||
handle = READ_BT_16(packet, 8);
|
handle = READ_BT_16(packet, 8);
|
||||||
psm = READ_BT_16(packet, 10);
|
psm = READ_BT_16(packet, 10);
|
||||||
local_cid = READ_BT_16(packet, 12);
|
local_cid = READ_BT_16(packet, 12);
|
||||||
remote_cid = READ_BT_16(packet, 14);
|
// remote_cid = READ_BT_16(packet, 14);
|
||||||
printf("L2CAP_EVENT_INCOMING_CONNECTION %s, handle 0x%02x, psm 0x%02x, local cid 0x%02x\n", bd_addr_to_str(event_addr), handle, psm, local_cid);
|
printf("L2CAP_EVENT_INCOMING_CONNECTION %s, handle 0x%02x, psm 0x%02x, local cid 0x%02x\n", bd_addr_to_str(event_addr), handle, psm, local_cid);
|
||||||
// accept
|
// accept
|
||||||
bt_send_cmd(&l2cap_accept_connection, local_cid);
|
bt_send_cmd(&l2cap_accept_connection, local_cid);
|
||||||
|
Loading…
Reference in New Issue
Block a user