Home
last modified time | relevance | path

Searched refs:HCI_MAX_SHORT_NAME_LENGTH (Results 1 – 3 of 3) sorted by relevance

/linux/net/bluetooth/
H A Deir.c22 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()
H A Dmgmt.c8458 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()
/linux/include/net/bluetooth/
H A Dhci_core.h321 #define HCI_MAX_SHORT_NAME_LENGTH 10 macro
357 __u8 short_name[HCI_MAX_SHORT_NAME_LENGTH];