Home
last modified time | relevance | path

Searched refs:le_features (Results 1 – 5 of 5) sorted by relevance

/linux/include/net/bluetooth/
H A Dhci_core.h381 __u8 le_features[248]; member
705 __u8 le_features[248]; member
1979 #define le_2m_capable(dev) (((dev)->le_features[1] & HCI_LE_PHY_2M))
1984 #define le_coded_capable(dev) (((dev)->le_features[1] & HCI_LE_PHY_CODED) && \
1991 #define ll_privacy_capable(dev) ((dev)->le_features[0] & HCI_LE_LL_PRIVACY)
2021 #define ext_adv_capable(dev) (((dev)->le_features[1] & HCI_LE_EXT_ADV))
2038 #define per_adv_capable(dev) (((dev)->le_features[1] & HCI_LE_PERIODIC_ADV))
2047 ((dev)->le_features[3] & HCI_LE_CIS_CENTRAL)
2051 ((dev)->le_features[3] & HCI_LE_CIS_PERIPHERAL)
2054 #define bis_capable(dev) ((dev)->le_features[3] & HCI_LE_ISO_BROADCASTER)
[all …]
/linux/net/bluetooth/
H A Dhci_sync.c3112 (hdev->le_features[0] & HCI_LE_EXT_SCAN_POLICY)) in hci_passive_scan_sync()
4132 if (hdev->le_features[0] & HCI_LE_ENCRYPTION) { in hci_set_event_mask_sync()
4308 if (hdev->le_features[0] & HCI_LE_ENCRYPTION) in hci_le_set_event_mask_sync()
4314 if (hdev->le_features[0] & HCI_LE_CONN_PARAM_REQ_PROC) in hci_le_set_event_mask_sync()
4321 if (hdev->le_features[0] & HCI_LE_DATA_LEN_EXT) in hci_le_set_event_mask_sync()
4345 if (hdev->le_features[0] & HCI_LE_EXT_SCAN_POLICY) in hci_le_set_event_mask_sync()
4351 if (hdev->le_features[1] & HCI_LE_CHAN_SEL_ALG2) in hci_le_set_event_mask_sync()
4510 if (!(hdev->le_features[0] & HCI_LE_DATA_LEN_EXT)) in hci_le_read_max_data_len_sync()
4520 if (!(hdev->le_features[0] & HCI_LE_DATA_LEN_EXT)) in hci_le_read_def_data_len_sync()
4687 if (lmp_ping_capable(hdev) || hdev->le_features[0] & HCI_LE_PING) { in hci_set_event_mask_page_2_sync()
[all …]
H A Dhci_event.c1235 memcpy(hdev->le_features, rp->features, 8); in hci_cc_le_read_local_features()
3647 (conn->type == LE_LINK && (hdev->le_features[0] & HCI_LE_PING)))) { in hci_encrypt_change_evt()
3924 memcpy(hdev->le_features, rp->features, 248); in hci_cc_le_read_all_local_features()
6626 (hdev->le_features[0] & HCI_LE_PERIPHERAL_FEATURES)) in hci_le_remote_feat_complete_evt()
7225 memcpy(conn->le_features, ev->features, 248); in hci_le_read_all_remote_features_evt()
7241 (hdev->le_features[0] & HCI_LE_PERIPHERAL_FEATURES)) in hci_le_read_all_remote_features_evt()
H A Dhci_debugfs.c100 seq_printf(f, "LE: %8ph\n", hdev->le_features); in features_show()
H A Dmgmt.c725 if (hdev->le_features[1] & HCI_LE_PHY_2M) { in get_supported_phys()
730 if (hdev->le_features[1] & HCI_LE_PHY_CODED) { in get_supported_phys()