Home
last modified time | relevance | path

Searched refs:HCI_MAX_AD_LENGTH (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci.h1466 #define HCI_MAX_AD_LENGTH 31 macro
1471 __u8 data[HCI_MAX_AD_LENGTH];
1477 __u8 data[HCI_MAX_AD_LENGTH];
H A Dhci_core.h83 u8 last_adv_data[HCI_MAX_AD_LENGTH];
254 __u8 value[HCI_MAX_AD_LENGTH];
637 __u8 le_adv_data[HCI_MAX_AD_LENGTH];
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci.h1681 #define HCI_MAX_AD_LENGTH 31 macro
1686 __u8 data[HCI_MAX_AD_LENGTH];
1692 __u8 data[HCI_MAX_AD_LENGTH];
H A Dhci_core.h1888 (ext_adv_capable(dev) ? HCI_MAX_EXT_AD_LENGTH : HCI_MAX_AD_LENGTH)
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_event.c1343 if (len > HCI_MAX_AD_LENGTH) in store_pending_adv_report()
5511 if (!ext_adv && len > HCI_MAX_AD_LENGTH) { in process_adv_report()
5572 if (!ext_adv && conn && type == LE_ADV_IND && len <= HCI_MAX_AD_LENGTH) { in process_adv_report()
5704 if (ev->length <= HCI_MAX_AD_LENGTH && in hci_le_adv_report_evt()
H A Dmgmt.c4260 if (cp_ofst >= HCI_MAX_AD_LENGTH || in add_adv_patterns_monitor()
4261 cp_len > HCI_MAX_AD_LENGTH || in add_adv_patterns_monitor()
4262 (cp_ofst + cp_len) > HCI_MAX_AD_LENGTH) { in add_adv_patterns_monitor()
7284 rp->max_adv_data_len = HCI_MAX_AD_LENGTH; in read_adv_features()
7285 rp->max_scan_rsp_len = HCI_MAX_AD_LENGTH; in read_adv_features()
7315 u8 max_len = HCI_MAX_AD_LENGTH; in tlv_data_max_len()
H A Dhci_request.c1577 if ((HCI_MAX_AD_LENGTH - ad_len) < HCI_MAX_SHORT_NAME_LENGTH + 3) in append_local_name()

Completed in 40 milliseconds