HCI_MAX_SHORT_NAME_LENGTH  231 include/net/bluetooth/hci_core.h 	__u8		short_name[HCI_MAX_SHORT_NAME_LENGTH];
HCI_MAX_SHORT_NAME_LENGTH   86 include/net/bluetooth/mgmt.h #define MGMT_MAX_SHORT_NAME_LENGTH	(HCI_MAX_SHORT_NAME_LENGTH + 1)
HCI_MAX_SHORT_NAME_LENGTH 1129 net/bluetooth/hci_request.c 	if ((HCI_MAX_AD_LENGTH - ad_len) < HCI_MAX_SHORT_NAME_LENGTH + 3)
HCI_MAX_SHORT_NAME_LENGTH 1134 net/bluetooth/hci_request.c 	if (complete_len && complete_len <= HCI_MAX_SHORT_NAME_LENGTH)
HCI_MAX_SHORT_NAME_LENGTH 1148 net/bluetooth/hci_request.c 		u8 name[HCI_MAX_SHORT_NAME_LENGTH + 1];
HCI_MAX_SHORT_NAME_LENGTH 1150 net/bluetooth/hci_request.c 		memcpy(name, hdev->dev_name, HCI_MAX_SHORT_NAME_LENGTH);
HCI_MAX_SHORT_NAME_LENGTH 1151 net/bluetooth/hci_request.c 		name[HCI_MAX_SHORT_NAME_LENGTH] = '\0';
HCI_MAX_SHORT_NAME_LENGTH 6393 net/bluetooth/mgmt.c 	u8 buf[HCI_MAX_SHORT_NAME_LENGTH + 3];
HCI_MAX_SHORT_NAME_LENGTH 7676 net/bluetooth/mgmt.c 	memcpy(ev.short_name, hdev->short_name, HCI_MAX_SHORT_NAME_LENGTH);