Searched refs:HCI_MAX_SHORT_NAME_LENGTH (Results 1 – 4 of 4) sorted by relevance
18 u8 name[HCI_MAX_SHORT_NAME_LENGTH + 1]; in eir_append_name()24 memcpy(name, data, HCI_MAX_SHORT_NAME_LENGTH); in eir_append_name()25 name[HCI_MAX_SHORT_NAME_LENGTH] = '\0'; in eir_append_name()36 if ((HCI_MAX_AD_LENGTH - ad_len) < HCI_MAX_SHORT_NAME_LENGTH + 3) in eir_append_local_name()41 if (complete_len && complete_len <= HCI_MAX_SHORT_NAME_LENGTH) in eir_append_local_name()50 short_len == HCI_MAX_SHORT_NAME_LENGTH ? in eir_append_local_name()59 HCI_MAX_SHORT_NAME_LENGTH); in eir_append_local_name()
8458 u8 buf[HCI_MAX_SHORT_NAME_LENGTH + 3]; in calculate_name_len()10049 memcpy(ev.short_name, hdev->short_name, HCI_MAX_SHORT_NAME_LENGTH); in mgmt_set_local_name_complete()
92 #define MGMT_MAX_SHORT_NAME_LENGTH (HCI_MAX_SHORT_NAME_LENGTH + 1)
320 #define HCI_MAX_SHORT_NAME_LENGTH 10 macro363 __u8 short_name[HCI_MAX_SHORT_NAME_LENGTH];