Lines Matching refs:features
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()
708 memcpy(&bt_dev.features[i], rp->ext_features, sizeof(bt_dev.features[i])); in read_ext_features()
724 if (BT_FEAT_LMP_SCO_CAPABLE(bt_dev.features)) { in device_supported_pkt_type()
728 if (BT_FEAT_HV2_PKT(bt_dev.features)) { in device_supported_pkt_type()
732 if (BT_FEAT_HV3_PKT(bt_dev.features)) { in device_supported_pkt_type()
736 if (BT_FEAT_LMP_ESCO_CAPABLE(bt_dev.features)) { in device_supported_pkt_type()
740 if (BT_FEAT_EV4_PKT(bt_dev.features)) { in device_supported_pkt_type()
744 if (BT_FEAT_EV5_PKT(bt_dev.features)) { in device_supported_pkt_type()
748 if (BT_FEAT_2EV3_PKT(bt_dev.features)) { in device_supported_pkt_type()
752 if (BT_FEAT_3EV3_PKT(bt_dev.features)) { in device_supported_pkt_type()
756 if (BT_FEAT_3SLOT_PKT(bt_dev.features)) { in device_supported_pkt_type()
786 if (BT_FEAT_EXT_FEATURES(bt_dev.features)) { in bt_br_init()
872 if (BT_FEAT_SC(bt_dev.features)) { in bt_br_init()