bluetooth: Fix some native backend command sending
authorArun Raghavan <arun@accosted.net>
Fri, 31 Oct 2014 04:45:02 +0000 (10:15 +0530)
committerArun Raghavan <arun@accosted.net>
Fri, 31 Oct 2014 05:17:56 +0000 (10:47 +0530)
commit5dfa83385c457766954d40d8998eda028ed7d57b
tree144b1d1c39d421d4dd753c13156940e22de93f2b
parent34a5c754a90e46168c8a540ee13d9289dfb31247
bluetooth: Fix some native backend command sending

We weren't writing out one character from the "OK" response, and the
"AT" part of the "+VGS" and "+VGM" commands was missing. Also, the spec
says that the command is terminated by only a CR and not an LF (probably
doesn't hurt, but let's adhere to the spec for now).
src/modules/bluetooth/backend-native.c