OVMS3-idf/components/bt/bluedroid/stack/a2dp
Ivan Grokhotkov 033b694128 bt/a2dp: fix incorrect return type
res was declared as “bool” so expression

((count == 0) ? A2D_SET_ONE_BIT : A2D_SET_MULTL_BIT)

always evaluated to “true”, and was implicitly converted to
A2D_SET_ONE_BIT.
2018-08-29 14:40:28 +08:00
..
include component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
a2d_api.c bt/a2dp: fix incorrect return type 2018-08-29 14:40:28 +08:00
a2d_sbc.c component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00