Home
last modified time | relevance | path

Searched defs:acl_mtu (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h285 uint16_t acl_mtu; member
Dhci_core.c3143 uint16_t acl_mtu = sys_le16_to_cpu(rp->le_max_len); in le_read_buffer_size_complete() local
3165 uint16_t acl_mtu = sys_le16_to_cpu(rp->acl_max_len); in read_buffer_size_v2_complete() local
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h567 uint16_t acl_mtu; member
Dhci_types.h758 uint16_t acl_mtu; member
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c546 uint16_t acl_mtu = sys_le16_to_cpu(cmd->acl_mtu); in host_buffer_size() local