Home
last modified time | relevance | path

Searched refs:BT_L2CAP_BUF_SIZE (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dl2cap.h49 #define BT_L2CAP_BUF_SIZE(mtu) BT_BUF_ACL_SIZE(BT_L2CAP_HDR_SIZE + (mtu)) macro
85 #define BT_L2CAP_SDU_BUF_SIZE(mtu) BT_L2CAP_BUF_SIZE(BT_L2CAP_SDU_HDR_SIZE + (mtu))
482 #define BT_L2CAP_CHAN_SEND_RESERVE (BT_L2CAP_BUF_SIZE(0))
/Zephyr-latest/samples/bluetooth/handsfree_ag/src/
Dmain.c41 NET_BUF_POOL_DEFINE(sdp_discover_pool, 10, BT_L2CAP_BUF_SIZE(CONFIG_BT_L2CAP_TX_MTU),
/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp.h24 #define BT_A2DP_STREAM_BUF_RESERVE (12U + BT_L2CAP_BUF_SIZE(0))
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/
Dmain_l2cap_ecred.c35 NET_BUF_POOL_FIXED_DEFINE(rx_data_pool, L2CAP_CHANNELS, BT_L2CAP_BUF_SIZE(DATA_BUF_SIZE), 8, NULL);
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c443 NET_BUF_POOL_DEFINE(acl_tx_pool, 5, BT_L2CAP_BUF_SIZE(200), 8, NULL);
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c454 NET_BUF_POOL_DEFINE(acl_tx_pool, 5, BT_L2CAP_BUF_SIZE(200), 8, NULL);
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c476 NET_BUF_POOL_DEFINE(acl_tx_pool, 5, BT_L2CAP_BUF_SIZE(200), 8, NULL);
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c500 NET_BUF_POOL_DEFINE(acl_tx_pool, 5, BT_L2CAP_BUF_SIZE(200), 8, NULL);
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c60 BT_L2CAP_BUF_SIZE(CONFIG_BT_L2CAP_TX_MTU),
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c457 NET_BUF_POOL_DEFINE(acl_tx_pool, 5, BT_L2CAP_BUF_SIZE(200), 8, NULL);
/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br.c82 BT_L2CAP_BUF_SIZE(L2CAP_BR_MIN_MTU), 8, NULL);
Dsdp.c76 NET_BUF_POOL_FIXED_DEFINE(sdp_pool, CONFIG_BT_MAX_CONN, BT_L2CAP_BUF_SIZE(SDP_MTU),
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c71 BT_L2CAP_BUF_SIZE(
Dconn.c99 BT_L2CAP_BUF_SIZE(CONFIG_BT_L2CAP_TX_MTU),
Datt.c3056 headroom = BT_L2CAP_BUF_SIZE(0); in bt_att_create_rsp_pdu()