Home
last modified time | relevance | path

Searched refs:HCI_MAX_SHORT_NAME_LENGTH (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/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()
39 * is longer then HCI_MAX_SHORT_NAME_LENGTH in eir_append_local_name()
44 HCI_MAX_SHORT_NAME_LENGTH); in eir_append_local_name()
H A Dmgmt.c8403 u8 buf[HCI_MAX_SHORT_NAME_LENGTH + 2]; /* len + type + name */ in calculate_name_len()
9982 memcpy(ev.short_name, hdev->short_name, HCI_MAX_SHORT_NAME_LENGTH); in mgmt_set_local_name_complete()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_request.c1577 if ((HCI_MAX_AD_LENGTH - ad_len) < HCI_MAX_SHORT_NAME_LENGTH + 3) in append_local_name()
1582 if (complete_len && complete_len <= HCI_MAX_SHORT_NAME_LENGTH) in append_local_name()
1593 * is longer then HCI_MAX_SHORT_NAME_LENGTH in append_local_name()
1596 u8 name[HCI_MAX_SHORT_NAME_LENGTH + 1]; in append_local_name()
1598 memcpy(name, hdev->dev_name, HCI_MAX_SHORT_NAME_LENGTH); in append_local_name()
1599 name[HCI_MAX_SHORT_NAME_LENGTH] = '\0'; in append_local_name()
H A Dmgmt.c7307 u8 buf[HCI_MAX_SHORT_NAME_LENGTH + 3]; in calculate_name_len()
8645 memcpy(ev.short_name, hdev->short_name, HCI_MAX_SHORT_NAME_LENGTH); in mgmt_set_local_name_complete()
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dmgmt.h92 #define MGMT_MAX_SHORT_NAME_LENGTH (HCI_MAX_SHORT_NAME_LENGTH + 1)
H A Dhci_core.h267 #define HCI_MAX_SHORT_NAME_LENGTH 10 macro
307 __u8 short_name[HCI_MAX_SHORT_NAME_LENGTH];
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dmgmt.h92 #define MGMT_MAX_SHORT_NAME_LENGTH (HCI_MAX_SHORT_NAME_LENGTH + 1)
H A Dhci_core.h327 #define HCI_MAX_SHORT_NAME_LENGTH 10 macro
372 __u8 short_name[HCI_MAX_SHORT_NAME_LENGTH];

Completed in 41 milliseconds