hci: log eSCO support

This commit is contained in:
Matthias Ringwald 2016-07-28 19:06:24 +02:00
parent 3e68d23d21
commit 8b96126ae2

View File

@ -1441,7 +1441,7 @@ static void event_handler(uint8_t *packet, int size){
// determine usable ACL packet types based on host buffer size and supported features
hci_stack->packet_types = hci_acl_packet_types_for_buffer_size_and_local_features(HCI_ACL_PAYLOAD_SIZE, &hci_stack->local_supported_features[0]);
log_info("packet types %04x", hci_stack->packet_types);
log_info("Packet types %04x, eSCO %u", hci_stack->packet_types, hci_extended_sco_link_supported());
// Classic/LE
log_info("BR/EDR support %u, LE support %u", hci_classic_supported(), hci_le_supported());