Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Deir.c219 ptr = create_uuid16_list(hdev, ptr, HCI_MAX_EIR_LENGTH - (ptr - data)); in eir_create()
220 ptr = create_uuid32_list(hdev, ptr, HCI_MAX_EIR_LENGTH - (ptr - data)); in eir_create()
221 ptr = create_uuid128_list(hdev, ptr, HCI_MAX_EIR_LENGTH - (ptr - data)); in eir_create()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h1190 #define HCI_MAX_EIR_LENGTH 240 macro
1195 __u8 data[HCI_MAX_EIR_LENGTH];
H A Dhci_core.h358 __u8 eir[HCI_MAX_EIR_LENGTH];