Lines Matching refs:br
201 if (conn->br.link_key) { in bt_br_update_sec_level()
202 if (conn->br.link_key->flags & BT_LINK_KEY_AUTHENTICATED) { in bt_br_update_sec_level()
636 memcpy(conn->br.features[0], evt->features, sizeof(evt->features)); in bt_hci_read_remote_features_complete()
638 if (!BT_FEAT_EXT_FEATURES(conn->br.features)) { in bt_hci_read_remote_features_complete()
674 memcpy(conn->br.features[1], evt->features, in bt_hci_read_remote_ext_features_complete()
675 sizeof(conn->br.features[1])); in bt_hci_read_remote_ext_features_complete()
754 bt_dev.br.esco_pkt_type |= (HCI_PKT_TYPE_ESCO_HV2); in device_supported_pkt_type()
758 bt_dev.br.esco_pkt_type |= (HCI_PKT_TYPE_ESCO_HV3); in device_supported_pkt_type()
762 bt_dev.br.esco_pkt_type |= (HCI_PKT_TYPE_ESCO_EV3); in device_supported_pkt_type()
766 bt_dev.br.esco_pkt_type |= (HCI_PKT_TYPE_ESCO_EV4); in device_supported_pkt_type()
770 bt_dev.br.esco_pkt_type |= (HCI_PKT_TYPE_ESCO_EV5); in device_supported_pkt_type()
774 bt_dev.br.esco_pkt_type |= (HCI_PKT_TYPE_ESCO_2EV3); in device_supported_pkt_type()
778 bt_dev.br.esco_pkt_type |= (HCI_PKT_TYPE_ESCO_3EV3); in device_supported_pkt_type()
782 bt_dev.br.esco_pkt_type |= (HCI_PKT_TYPE_ESCO_2EV5 | in device_supported_pkt_type()
794 bt_dev.br.mtu = sys_le16_to_cpu(rp->acl_max_len); in read_buffer_size_complete()
797 BT_DBG("ACL BR/EDR buffers: pkts %u mtu %u", pkts, bt_dev.br.mtu); in read_buffer_size_complete()
799 k_sem_init(&bt_dev.br.pkts, pkts, pkts); in read_buffer_size_complete()