Searched refs:codec_type (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | a2dp.c | 144 net_buf_add_u8(rsp_buf, ep->codec_type); in a2dp_get_capabilities_ind() 158 uint8_t codec_type; in a2dp_process_config_ind() local 174 err = bt_avdtp_parse_capability_codec(buf, &codec_type, &codec_info_element, in a2dp_process_config_ind() 181 if (codec_type == BT_A2DP_SBC) { in a2dp_process_config_ind() 431 uint8_t codec_type; in bt_a2dp_get_capabilities_cb() local 447 err = bt_avdtp_parse_capability_codec(buf, &codec_type, in bt_a2dp_get_capabilities_cb() 462 info->codec_type = codec_type; in bt_a2dp_get_capabilities_cb() 469 ep->codec_type = info->codec_type; in bt_a2dp_get_capabilities_cb() 621 uint8_t int_id, uint8_t codec_type, in bt_a2dp_stream_config_set_param() argument 629 a2dp->set_config_param.media_codec_type = codec_type; in bt_a2dp_stream_config_set_param() [all …]
|
D | avdtp_internal.h | 249 int bt_avdtp_parse_capability_codec(struct net_buf *buf, uint8_t *codec_type,
|
D | avdtp.c | 1464 int bt_avdtp_parse_capability_codec(struct net_buf *buf, uint8_t *codec_type, in bt_avdtp_parse_capability_codec() argument 1513 *codec_type = data; in bt_avdtp_parse_capability_codec()
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | a2dp.h | 42 .codec_type = _codec, \ 329 uint8_t codec_type; member 340 uint8_t codec_type; member
|
/Zephyr-latest/subsys/bluetooth/host/classic/shell/ |
D | a2dp.c | 204 uint8_t codec_type; in shell_a2dp_print_capabilities() local 208 codec_type = ep_info->codec_type; in shell_a2dp_print_capabilities() 214 if (BT_A2DP_SBC == codec_type) { in shell_a2dp_print_capabilities() 661 if ((info->codec_type == BT_A2DP_SBC) && in bt_a2dp_discover_peer_endpoint_cb()
|