Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/bluetooth/
Dhci_core.h371 __u8 le_features[8]; member
1674 #define ll_privacy_capable(dev) ((dev)->le_features[0] & HCI_LE_LL_PRIVACY)
1699 #define ext_adv_capable(dev) (((dev)->le_features[1] & HCI_LE_EXT_ADV))
1710 #define per_adv_capable(dev) (((dev)->le_features[1] & HCI_LE_PERIODIC_ADV))
1717 ((dev)->le_features[3] & HCI_LE_CIS_CENTRAL)
1719 ((dev)->le_features[3] & HCI_LE_CIS_PERIPHERAL)
1720 #define bis_capable(dev) ((dev)->le_features[3] & HCI_LE_ISO_BROADCASTER)
/linux-6.1.9/net/bluetooth/
Dhci_sync.c2664 (hdev->le_features[0] & HCI_LE_EXT_SCAN_POLICY)) in hci_passive_scan_sync()
3677 if (hdev->le_features[0] & HCI_LE_ENCRYPTION) { in hci_set_event_mask_sync()
3852 if (hdev->le_features[0] & HCI_LE_ENCRYPTION) in hci_le_set_event_mask_sync()
3858 if (hdev->le_features[0] & HCI_LE_CONN_PARAM_REQ_PROC) in hci_le_set_event_mask_sync()
3865 if (hdev->le_features[0] & HCI_LE_DATA_LEN_EXT) in hci_le_set_event_mask_sync()
3877 if (hdev->le_features[0] & HCI_LE_EXT_SCAN_POLICY) in hci_le_set_event_mask_sync()
3883 if (hdev->le_features[1] & HCI_LE_CHAN_SEL_ALG2) in hci_le_set_event_mask_sync()
4045 if (!(hdev->le_features[0] & HCI_LE_DATA_LEN_EXT)) in hci_le_read_max_data_len_sync()
4055 if (!(hdev->le_features[0] & HCI_LE_DATA_LEN_EXT)) in hci_le_read_def_data_len_sync()
4222 if (lmp_ping_capable(hdev) || hdev->le_features[0] & HCI_LE_PING) { in hci_set_event_mask_page_2_sync()
[all …]
Dhci_request.c794 (hdev->le_features[0] & HCI_LE_EXT_SCAN_POLICY)) in hci_req_add_le_passive_scan()
Dhci_debugfs.c100 seq_printf(f, "LE: %8ph\n", hdev->le_features); in features_show()
Dhci_event.c1256 memcpy(hdev->le_features, rp->features, 8); in hci_cc_le_read_local_features()
3678 (conn->type == LE_LINK && (hdev->le_features[0] & HCI_LE_PING)))) { in hci_encrypt_change_evt()
5937 (hdev->le_features[0] & HCI_LE_PERIPHERAL_FEATURES)) { in le_conn_complete_evt()
6575 (hdev->le_features[0] & HCI_LE_PERIPHERAL_FEATURES)) in hci_le_remote_feat_complete_evt()
Dmgmt.c737 if (hdev->le_features[1] & HCI_LE_PHY_2M) { in get_supported_phys()
742 if (hdev->le_features[1] & HCI_LE_PHY_CODED) { in get_supported_phys()
8391 if (hdev->le_features[1] & HCI_LE_PHY_2M) in get_supported_adv_flags()
8394 if (hdev->le_features[1] & HCI_LE_PHY_CODED) in get_supported_adv_flags()