Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp_codec_sbc.h100 #define BT_A2DP_SBC_MEDIA_HDR_ENCODE(num_frames, l, s, f)\ macro
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c776 net_buf_add_u8(buf, (uint8_t)BT_A2DP_SBC_MEDIA_HDR_ENCODE(1, 0, 0, 0)); in cmd_send_media()