Searched refs:HCI_MAX_SHORT_NAME_LENGTH (Results 1 – 3 of 3) sorted by relevance
22 if ((max_adv_len(hdev) - ad_len) < HCI_MAX_SHORT_NAME_LENGTH + 2) in eir_append_local_name()27 if (complete_len && complete_len <= HCI_MAX_SHORT_NAME_LENGTH) in eir_append_local_name()44 HCI_MAX_SHORT_NAME_LENGTH); in eir_append_local_name()
8458 u8 buf[HCI_MAX_SHORT_NAME_LENGTH + 2]; /* len + type + name */ in calculate_name_len()10013 memcpy(ev.short_name, hdev->short_name, HCI_MAX_SHORT_NAME_LENGTH); in mgmt_set_local_name_complete()
321 #define HCI_MAX_SHORT_NAME_LENGTH 10 macro357 __u8 short_name[HCI_MAX_SHORT_NAME_LENGTH];