OVMS3-idf/components/bt/bluedroid
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
..
api Component/bt: fix gattc get count invalid 2018-07-31 02:36:46 +00:00
bta bt/bta: fix returning value from function returning void 2018-08-29 14:40:28 +08:00
btc Merge branch 'bugfix/btdm_a2dp_sink_pcm_buf_size' into 'master' 2018-08-28 10:42:36 +08:00
common/include/common Merge branch 'bugfix/btdm_fix_queue_block_when_scanning' into 'master' 2018-08-03 07:24:08 +08:00
device component/bt: bugfix for erroneous data reporting always enabled 2018-07-09 13:45:55 +08:00
external/sbc component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
hci component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00
main component/bt: implement HFP Hands Free Unit Role 2018-05-21 11:33:30 +08:00
osi Component/bt: fix hci_hal_env.rx_q and xHciH4Queue blocking when scanning 2018-08-01 15:06:56 +08:00
stack bt/a2dp: fix incorrect return type 2018-08-29 14:40:28 +08:00