mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-30 15:32:41 +00:00
avrcp: improve log message
This commit is contained in:
parent
a73f9b08e0
commit
871059e77e
@ -736,7 +736,7 @@ static void avrcp_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t
|
||||
if (decline_connection){
|
||||
l2cap_decline_connection(local_cid);
|
||||
} else {
|
||||
log_info("AVRCP: L2CAP_EVENT_INCOMING_CONNECTION avrcp_cid 0x%02x", local_cid);
|
||||
log_info("AVRCP: L2CAP_EVENT_INCOMING_CONNECTION local cid 0x%02x", local_cid);
|
||||
l2cap_accept_connection(local_cid);
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user