OVMS3-idf/components/bt
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
..
bluedroid bt/a2dp: fix incorrect return type 2018-08-29 14:40:28 +08:00
include component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00
lib@a034ac0cdc component/bt: fix crash when BLE do SMP connect and disconnect stress test 2018-08-27 11:09:29 +08:00
test bt: build unit tests only when CONFIG_BT_ENABLED=1 2018-08-13 17:38:37 +03:00
bt.c prevent heap_caps_add_region exception if region is empty 2018-08-17 08:49:48 +02:00
component.mk component/bt: implement HFP Hands Free Unit Role 2018-05-21 11:33:30 +08:00
Kconfig tools: fix ci example build report reassign warnning 2018-08-16 11:12:22 +08:00