Lines Matching refs:br

154 	if (conn->br.link_key) {  in bt_br_update_sec_level()
155 if (conn->br.link_key->flags & BT_LINK_KEY_AUTHENTICATED) { in bt_br_update_sec_level()
613 memcpy(conn->br.features[0], evt->features, sizeof(evt->features)); in bt_hci_read_remote_features_complete()
615 if (!BT_FEAT_EXT_FEATURES(conn->br.features)) { in bt_hci_read_remote_features_complete()
650 memcpy(conn->br.features[1], evt->features, sizeof(conn->br.features[1])); in bt_hci_read_remote_ext_features_complete()
725 bt_dev.br.esco_pkt_type |= (HCI_PKT_TYPE_SCO_HV1); in device_supported_pkt_type()
729 bt_dev.br.esco_pkt_type |= (HCI_PKT_TYPE_SCO_HV2); in device_supported_pkt_type()
733 bt_dev.br.esco_pkt_type |= (HCI_PKT_TYPE_SCO_HV3); in device_supported_pkt_type()
737 bt_dev.br.esco_pkt_type |= (HCI_PKT_TYPE_ESCO_EV3); in device_supported_pkt_type()
741 bt_dev.br.esco_pkt_type |= (HCI_PKT_TYPE_ESCO_EV4); in device_supported_pkt_type()
745 bt_dev.br.esco_pkt_type |= (HCI_PKT_TYPE_ESCO_EV5); in device_supported_pkt_type()
749 bt_dev.br.esco_pkt_type |= (HCI_PKT_TYPE_ESCO_2EV3); in device_supported_pkt_type()
753 bt_dev.br.esco_pkt_type |= (HCI_PKT_TYPE_ESCO_3EV3); in device_supported_pkt_type()
757 bt_dev.br.esco_pkt_type |= (HCI_PKT_TYPE_ESCO_2EV5 | HCI_PKT_TYPE_ESCO_3EV5); in device_supported_pkt_type()
768 bt_dev.br.mtu = sys_le16_to_cpu(rp->acl_max_len); in read_buffer_size_complete()
771 LOG_DBG("ACL BR/EDR buffers: pkts %u mtu %u", pkts, bt_dev.br.mtu); in read_buffer_size_complete()
773 k_sem_init(&bt_dev.br.pkts, pkts, pkts); in read_buffer_size_complete()