Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Deir.c18 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()
Dmgmt.c8458 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()
/linux-6.1.9/include/net/bluetooth/
Dmgmt.h92 #define MGMT_MAX_SHORT_NAME_LENGTH (HCI_MAX_SHORT_NAME_LENGTH + 1)
Dhci_core.h320 #define HCI_MAX_SHORT_NAME_LENGTH 10 macro
363 __u8 short_name[HCI_MAX_SHORT_NAME_LENGTH];