Searched refs:BT_L2CAP_BUF_SIZE (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/ |
D | l2cap.h | 49 #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/ |
D | main.c | 41 NET_BUF_POOL_DEFINE(sdp_discover_pool, 10, BT_L2CAP_BUF_SIZE(CONFIG_BT_L2CAP_TX_MTU),
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | a2dp.h | 24 #define BT_A2DP_STREAM_BUF_RESERVE (12U + BT_L2CAP_BUF_SIZE(0))
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/ |
D | main_l2cap_ecred.c | 35 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/ |
D | peer.c | 443 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/ |
D | main.c | 454 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/ |
D | main.c | 476 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/ |
D | main.c | 500 NET_BUF_POOL_DEFINE(acl_tx_pool, 5, BT_L2CAP_BUF_SIZE(200), 8, NULL);
|
/Zephyr-latest/subsys/bluetooth/host/classic/shell/ |
D | a2dp.c | 60 BT_L2CAP_BUF_SIZE(CONFIG_BT_L2CAP_TX_MTU),
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/ |
D | main.c | 457 NET_BUF_POOL_DEFINE(acl_tx_pool, 5, BT_L2CAP_BUF_SIZE(200), 8, NULL);
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | l2cap_br.c | 82 BT_L2CAP_BUF_SIZE(L2CAP_BR_MIN_MTU), 8, NULL);
|
D | sdp.c | 76 NET_BUF_POOL_FIXED_DEFINE(sdp_pool, CONFIG_BT_MAX_CONN, BT_L2CAP_BUF_SIZE(SDP_MTU),
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | l2cap.c | 71 BT_L2CAP_BUF_SIZE(
|
D | conn.c | 99 BT_L2CAP_BUF_SIZE(CONFIG_BT_L2CAP_TX_MTU),
|
D | att.c | 3056 headroom = BT_L2CAP_BUF_SIZE(0); in bt_att_create_rsp_pdu()
|