Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h283 uint16_t acl_mtu; member
Dhci_core.c3141 uint16_t acl_mtu = sys_le16_to_cpu(rp->le_max_len); in le_read_buffer_size_complete() local
3163 uint16_t acl_mtu = sys_le16_to_cpu(rp->acl_max_len); in read_buffer_size_v2_complete() local
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c530 uint16_t acl_mtu = sys_le16_to_cpu(cmd->acl_mtu); in host_buffer_size() local
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h744 uint16_t acl_mtu; member