use 8 bit signed audio frames in SCO

This commit is contained in:
Matthias Ringwald 2015-11-11 12:09:00 +01:00
parent 8abbe8b588
commit 0480a587e6

View File

@ -2308,7 +2308,7 @@ void hci_run(void){
hci_send_cmd(&hci_accept_connection_request, connection->address, 1);
} else {
// TODO: allows to customize synchronous connection parameters
hci_send_cmd(&hci_accept_synchronous_connection, connection->address, 8000, 8000, 0xFFFF, 0x0060, 0xFF, 0x003F);
hci_send_cmd(&hci_accept_synchronous_connection, connection->address, 8000, 8000, 0xFFFF, 0x0040, 0xFF, 0x003F);
}
return;