Home
last modified time | relevance | path

Searched refs:BT_A2DP_STREAM_BUF_RESERVE (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp.h24 #define BT_A2DP_STREAM_BUF_RESERVE (12U + BT_L2CAP_BUF_SIZE(0)) macro
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c773 net_buf_reserve(buf, BT_A2DP_STREAM_BUF_RESERVE); in cmd_send_media()