Home
last modified time | relevance | path

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

/Linux-v5.4/net/bluetooth/
Dhci_core.c362 if (hdev->le_features[0] & HCI_LE_ENCRYPTION) { in hci_setup_event_mask()
568 if (lmp_ping_capable(hdev) || hdev->le_features[0] & HCI_LE_PING) { in hci_set_event_mask_page_2()
618 if (hdev->le_features[0] & HCI_LE_ENCRYPTION) in hci_init3_req()
624 if (hdev->le_features[0] & HCI_LE_CONN_PARAM_REQ_PROC) in hci_init3_req()
632 if (hdev->le_features[0] & HCI_LE_DATA_LEN_EXT) in hci_init3_req()
638 if (hdev->le_features[0] & HCI_LE_EXT_SCAN_POLICY) in hci_init3_req()
646 if (hdev->le_features[1] & HCI_LE_CHAN_SEL_ALG2) in hci_init3_req()
760 if (hdev->le_features[0] & HCI_LE_DATA_LEN_EXT) { in hci_init3_req()
842 if (hdev->le_features[0] & HCI_LE_DATA_LEN_EXT) { in hci_init4_req()
Dhci_debugfs.c98 seq_printf(f, "LE: %8ph\n", hdev->le_features); in features_show()
Dhci_event.c975 memcpy(hdev->le_features, rp->features, 8); in hci_cc_le_read_local_features()
3033 (conn->type == LE_LINK && (hdev->le_features[0] & HCI_LE_PING)))) { in hci_encrypt_change_evt()
5034 (hdev->le_features[0] & HCI_LE_SLAVE_FEATURES)) { in le_conn_complete_evt()
5553 if ((hdev->le_features[0] & HCI_LE_SLAVE_FEATURES) && in hci_le_remote_feat_complete_evt()
Dmgmt.c658 if (hdev->le_features[1] & HCI_LE_PHY_2M) { in get_supported_phys()
663 if (hdev->le_features[1] & HCI_LE_PHY_CODED) { in get_supported_phys()
6332 if (hdev->le_features[1] & HCI_LE_PHY_2M) in get_supported_adv_flags()
6335 if (hdev->le_features[1] & HCI_LE_PHY_CODED) in get_supported_adv_flags()
Dhci_request.c896 (hdev->le_features[0] & HCI_LE_EXT_SCAN_POLICY)) in hci_req_add_le_passive_scan()
/Linux-v5.4/include/net/bluetooth/
Dhci_core.h239 __u8 le_features[8]; member
1216 #define ext_adv_capable(dev) (((dev)->le_features[1] & HCI_LE_EXT_ADV))