HCI_MAX_AD_LENGTH 1388 include/net/bluetooth/hci.h 	__u8	data[HCI_MAX_AD_LENGTH];
HCI_MAX_AD_LENGTH 1394 include/net/bluetooth/hci.h 	__u8	data[HCI_MAX_AD_LENGTH];
HCI_MAX_AD_LENGTH 1697 include/net/bluetooth/hci.h 	__u8  data[HCI_MAX_AD_LENGTH];
HCI_MAX_AD_LENGTH 1706 include/net/bluetooth/hci.h 	__u8  data[HCI_MAX_AD_LENGTH];
HCI_MAX_AD_LENGTH   79 include/net/bluetooth/hci_core.h 	u8			last_adv_data[HCI_MAX_AD_LENGTH];
HCI_MAX_AD_LENGTH  179 include/net/bluetooth/hci_core.h 	__u8	adv_data[HCI_MAX_AD_LENGTH];
HCI_MAX_AD_LENGTH  181 include/net/bluetooth/hci_core.h 	__u8	scan_rsp_data[HCI_MAX_AD_LENGTH];
HCI_MAX_AD_LENGTH  416 include/net/bluetooth/hci_core.h 	__u8			adv_data[HCI_MAX_AD_LENGTH];
HCI_MAX_AD_LENGTH  418 include/net/bluetooth/hci_core.h 	__u8			scan_rsp_data[HCI_MAX_AD_LENGTH];
HCI_MAX_AD_LENGTH  494 include/net/bluetooth/hci_core.h 	__u8		le_adv_data[HCI_MAX_AD_LENGTH];
HCI_MAX_AD_LENGTH 5439 net/bluetooth/hci_event.c 		if (ev->length <= HCI_MAX_AD_LENGTH) {
HCI_MAX_AD_LENGTH 1129 net/bluetooth/hci_request.c 	if ((HCI_MAX_AD_LENGTH - ad_len) < HCI_MAX_SHORT_NAME_LENGTH + 3)
HCI_MAX_AD_LENGTH 6370 net/bluetooth/mgmt.c 	rp->max_adv_data_len = HCI_MAX_AD_LENGTH;
HCI_MAX_AD_LENGTH 6371 net/bluetooth/mgmt.c 	rp->max_scan_rsp_len = HCI_MAX_AD_LENGTH;
HCI_MAX_AD_LENGTH 6401 net/bluetooth/mgmt.c 	u8 max_len = HCI_MAX_AD_LENGTH;