Home
last modified time | relevance | path

Searched refs:BT_L2CAP_HDR_SIZE (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dl2cap.h34 #define BT_L2CAP_HDR_SIZE 4 macro
40 #define BT_L2CAP_RX_MTU (CONFIG_BT_BUF_ACL_RX_SIZE - BT_L2CAP_HDR_SIZE)
49 #define BT_L2CAP_BUF_SIZE(mtu) BT_BUF_ACL_SIZE(BT_L2CAP_HDR_SIZE + (mtu))
/Zephyr-latest/soc/ambiq/apollo3x/
DKconfig.defconfig.apollo3p_blue31 # BT_L2CAP_RX_MTU = CONFIG_BT_BUF_ACL_RX_SIZE - BT_L2CAP_HDR_SIZE
DKconfig.defconfig.apollo3_blue31 # BT_L2CAP_RX_MTU = CONFIG_BT_BUF_ACL_RX_SIZE - BT_L2CAP_HDR_SIZE
/Zephyr-latest/boards/ambiq/apollo4p_blue_kxr_evb/
DKconfig.defconfig38 # BT_L2CAP_RX_MTU = CONFIG_BT_BUF_ACL_RX_SIZE - BT_L2CAP_HDR_SIZE
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c582 __ASSERT_NO_MSG(on_air_size >= (BT_L2CAP_SDU_HDR_SIZE + BT_L2CAP_HDR_SIZE)); in send_l2cap_sdu()
607 frag_len -= BT_L2CAP_HDR_SIZE; in send_l2cap_sdu()
/Zephyr-latest/drivers/bluetooth/hci/
Dspi.c62 #define MAX_MTU (SPI_MAX_MSG_LEN - H4_HDR_SIZE - BT_L2CAP_HDR_SIZE - BT_HCI_ACL_HDR_SIZE)
Dhci_spi_st.c65 #define MAX_MTU (SPI_MAX_MSG_LEN - H4_HDR_SIZE - BT_L2CAP_HDR_SIZE - BT_HCI_ACL_HDR_SIZE)
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c563 frag_len -= BT_L2CAP_HDR_SIZE; in gatt_notify_without_last_fragment()