Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.h360 #define HCI_MAX_EIR_LENGTH 240 macro
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h1106 #define HCI_MAX_EIR_LENGTH 240 macro
1111 __u8 data[HCI_MAX_EIR_LENGTH];
H A Dhci_core.h304 __u8 eir[HCI_MAX_EIR_LENGTH];
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.c625 ptr = create_uuid16_list(hdev, ptr, HCI_MAX_EIR_LENGTH - (ptr - data)); in create_eir()
626 ptr = create_uuid32_list(hdev, ptr, HCI_MAX_EIR_LENGTH - (ptr - data)); in create_eir()
627 ptr = create_uuid128_list(hdev, ptr, HCI_MAX_EIR_LENGTH - (ptr - data)); in create_eir()