Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dhci_core.c361 if (hdev->le_features[0] & HCI_LE_ENCRYPTION) { in hci_setup_event_mask()
567 if (lmp_ping_capable(hdev) || hdev->le_features[0] & HCI_LE_PING) { in hci_set_event_mask_page_2()
617 if (hdev->le_features[0] & HCI_LE_ENCRYPTION) in hci_init3_req()
623 if (hdev->le_features[0] & HCI_LE_CONN_PARAM_REQ_PROC) in hci_init3_req()
631 if (hdev->le_features[0] & HCI_LE_DATA_LEN_EXT) in hci_init3_req()
637 if (hdev->le_features[0] & HCI_LE_EXT_SCAN_POLICY) in hci_init3_req()
645 if (hdev->le_features[1] & HCI_LE_CHAN_SEL_ALG2) in hci_init3_req()
759 if (hdev->le_features[0] & HCI_LE_DATA_LEN_EXT) { in hci_init3_req()
841 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.c930 memcpy(hdev->le_features, rp->features, 8); in hci_cc_le_read_local_features()
4904 (hdev->le_features[0] & HCI_LE_SLAVE_FEATURES)) { in le_conn_complete_evt()
5426 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()
6339 if (hdev->le_features[1] & HCI_LE_PHY_2M) in get_supported_adv_flags()
6342 if (hdev->le_features[1] & HCI_LE_PHY_CODED) in get_supported_adv_flags()
Dhci_request.c891 (hdev->le_features[0] & HCI_LE_EXT_SCAN_POLICY)) in hci_req_add_le_passive_scan()
/Linux-v4.19/include/net/bluetooth/
Dhci_core.h226 __u8 le_features[8]; member
1190 #define ext_adv_capable(dev) (((dev)->le_features[1] & HCI_LE_EXT_ADV))