Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_core.c364 if (hdev->le_features[0] & HCI_LE_ENCRYPTION) { in hci_setup_event_mask()
570 if (lmp_ping_capable(hdev) || hdev->le_features[0] & HCI_LE_PING) { in hci_set_event_mask_page_2()
624 if (hdev->le_features[0] & HCI_LE_ENCRYPTION) in hci_init3_req()
630 if (hdev->le_features[0] & HCI_LE_CONN_PARAM_REQ_PROC) in hci_init3_req()
638 if (hdev->le_features[0] & HCI_LE_DATA_LEN_EXT) in hci_init3_req()
644 if (hdev->le_features[0] & HCI_LE_LL_PRIVACY) in hci_init3_req()
652 if (hdev->le_features[0] & HCI_LE_EXT_SCAN_POLICY) in hci_init3_req()
660 if (hdev->le_features[1] & HCI_LE_CHAN_SEL_ALG2) in hci_init3_req()
774 if (hdev->le_features[0] & HCI_LE_DATA_LEN_EXT) { in hci_init3_req()
881 if (hdev->le_features[0] & HCI_LE_DATA_LEN_EXT) { in hci_init4_req()
H A Dhci_debugfs.c99 seq_printf(f, "LE: %8ph\n", hdev->le_features); in features_show()
H A Dhci_event.c1039 memcpy(hdev->le_features, rp->features, 8); in hci_cc_le_read_local_features()
3147 (conn->type == LE_LINK && (hdev->le_features[0] & HCI_LE_PING)))) { in hci_encrypt_change_evt()
5236 (hdev->le_features[0] & HCI_LE_SLAVE_FEATURES)) { in le_conn_complete_evt()
5784 if ((hdev->le_features[0] & HCI_LE_SLAVE_FEATURES) && in hci_le_remote_feat_complete_evt()
H A Dmgmt.c689 if (hdev->le_features[1] & HCI_LE_PHY_2M) { in get_supported_phys()
694 if (hdev->le_features[1] & HCI_LE_PHY_CODED) { in get_supported_phys()
7224 if (hdev->le_features[1] & HCI_LE_PHY_2M) in get_supported_adv_flags()
7227 if (hdev->le_features[1] & HCI_LE_PHY_CODED) in get_supported_adv_flags()
H A Dhci_request.c1033 (hdev->le_features[0] & HCI_LE_EXT_SCAN_POLICY)) in hci_req_add_le_passive_scan()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h311 __u8 le_features[8]; member
1386 #define use_ll_privacy(dev) ((dev)->le_features[0] & HCI_LE_LL_PRIVACY)
1395 #define ext_adv_capable(dev) (((dev)->le_features[1] & HCI_LE_EXT_ADV))