Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Dhci_debugfs.c96 hdev->le_features[0], hdev->le_features[1], in features_show()
97 hdev->le_features[2], hdev->le_features[3], in features_show()
98 hdev->le_features[4], hdev->le_features[5], in features_show()
99 hdev->le_features[6], hdev->le_features[7]); in features_show()
Dhci_core.c549 if (hdev->le_features[0] & HCI_LE_ENCRYPTION) { in hci_setup_event_mask()
741 if (lmp_ping_capable(hdev) || hdev->le_features[0] & HCI_LE_PING) in hci_set_event_mask_page_2()
782 if (hdev->le_features[0] & HCI_LE_ENCRYPTION) in hci_init3_req()
788 if (hdev->le_features[0] & HCI_LE_CONN_PARAM_REQ_PROC) in hci_init3_req()
796 if (hdev->le_features[0] & HCI_LE_DATA_LEN_EXT) in hci_init3_req()
802 if (hdev->le_features[0] & HCI_LE_EXT_SCAN_POLICY) in hci_init3_req()
840 if (hdev->le_features[0] & HCI_LE_DATA_LEN_EXT) { in hci_init3_req()
Dhci_request.c294 (hdev->le_features[0] & HCI_LE_EXT_SCAN_POLICY)) in hci_req_add_le_passive_scan()
Dhci_event.c929 memcpy(hdev->le_features, rp->features, 8); in hci_cc_le_read_local_features()
4576 (hdev->le_features[0] & HCI_LE_SLAVE_FEATURES)) { in hci_le_conn_complete_evt()
4948 if ((hdev->le_features[0] & HCI_LE_SLAVE_FEATURES) && in hci_le_remote_feat_complete_evt()
/linux-4.4.14/include/net/bluetooth/
Dhci_core.h217 __u8 le_features[8]; member