Home
last modified time | relevance | path

Searched refs:HCI_LE_DATA_LEN_EXT (Results 1 – 2 of 2) sorted by relevance

/linux/net/bluetooth/
H A Dhci_sync.c4321 if (hdev->le_features[0] & HCI_LE_DATA_LEN_EXT) in hci_le_set_event_mask_sync()
4522 if (!(hdev->le_features[0] & HCI_LE_DATA_LEN_EXT)) in hci_le_read_def_data_len_sync()
4532 if (!(hdev->le_features[0] & HCI_LE_DATA_LEN_EXT)) in hci_le_read_num_support_adv_sets_sync()
4841 if (!(hdev->le_features[0] & HCI_LE_DATA_LEN_EXT)) in hci_le_set_default_phy_sync()
/linux/include/net/bluetooth/
H A Dhci.h642 #define HCI_LE_DATA_LEN_EXT 0x20 macro