Home
last modified time | relevance | path

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

/linux/net/bluetooth/
A Dhci_core.c242 if (hdev->le_features[0] & HCI_LE_ENCRYPTION) { in hci_setup_event_mask()
448 if (lmp_ping_capable(hdev) || hdev->le_features[0] & HCI_LE_PING) { in hci_set_event_mask_page_2()
502 if (hdev->le_features[0] & HCI_LE_ENCRYPTION) in hci_init3_req()
508 if (hdev->le_features[0] & HCI_LE_CONN_PARAM_REQ_PROC) in hci_init3_req()
516 if (hdev->le_features[0] & HCI_LE_DATA_LEN_EXT) in hci_init3_req()
522 if (hdev->le_features[0] & HCI_LE_LL_PRIVACY) in hci_init3_req()
530 if (hdev->le_features[0] & HCI_LE_EXT_SCAN_POLICY) in hci_init3_req()
538 if (hdev->le_features[1] & HCI_LE_CHAN_SEL_ALG2) in hci_init3_req()
658 if (hdev->le_features[0] & HCI_LE_DATA_LEN_EXT) { in hci_init3_req()
761 if (hdev->le_features[0] & HCI_LE_DATA_LEN_EXT) { in hci_init4_req()
A Dhci_debugfs.c100 seq_printf(f, "LE: %8ph\n", hdev->le_features); in features_show()
A Dhci_event.c1065 memcpy(hdev->le_features, rp->features, 8); in hci_cc_le_read_local_features()
3270 (conn->type == LE_LINK && (hdev->le_features[0] & HCI_LE_PING)))) { in hci_encrypt_change_evt()
5389 (hdev->le_features[0] & HCI_LE_PERIPHERAL_FEATURES)) { in le_conn_complete_evt()
5942 (hdev->le_features[0] & HCI_LE_PERIPHERAL_FEATURES)) in hci_le_remote_feat_complete_evt()
A Dmgmt.c695 if (hdev->le_features[1] & HCI_LE_PHY_2M) { in get_supported_phys()
700 if (hdev->le_features[1] & HCI_LE_PHY_CODED) { in get_supported_phys()
7690 if (hdev->le_features[1] & HCI_LE_PHY_2M) in get_supported_adv_flags()
7693 if (hdev->le_features[1] & HCI_LE_PHY_CODED) in get_supported_adv_flags()
A Dhci_request.c940 (hdev->le_features[0] & HCI_LE_EXT_SCAN_POLICY)) in hci_req_add_le_passive_scan()
/linux/include/net/bluetooth/
A Dhci_core.h341 __u8 le_features[8]; member
1465 #define use_ll_privacy(dev) ((dev)->le_features[0] & HCI_LE_LL_PRIVACY)
1477 #define ext_adv_capable(dev) (((dev)->le_features[1] & HCI_LE_EXT_ADV))

Completed in 47 milliseconds