Home
last modified time | relevance | path

Searched refs:hci_cpu_to_le24 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.c2020 hci_cpu_to_le24(hdev->le_adv_min_interval, cp.min_interval); in __hci_req_setup_ext_adv_instance()
2021 hci_cpu_to_le24(hdev->le_adv_max_interval, cp.max_interval); in __hci_req_setup_ext_adv_instance()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h2544 static inline void hci_cpu_to_le24(__u32 val, __u8 dst[3]) in hci_cpu_to_le24() function