Home
last modified time | relevance | path

Searched defs:acl_pkts (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c54 static struct k_sem acl_pkts; variable
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c55 static struct k_sem acl_pkts; variable
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c44 static struct k_sem acl_pkts; variable
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c58 static struct k_sem acl_pkts; variable
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c45 static struct k_sem acl_pkts; variable
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c63 static struct k_sem acl_pkts; variable
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h286 struct k_sem acl_pkts; member
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h569 uint8_t acl_pkts; member
Dhci_types.h760 uint16_t acl_pkts; member
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c545 uint16_t acl_pkts = sys_le16_to_cpu(cmd->acl_pkts); in host_buffer_size() local