fix OCF for write local loopback

This commit is contained in:
Matthias Ringwald 2015-11-12 12:01:54 +01:00
parent 498ec2d9ae
commit 1ae22036c4

View File

@ -702,7 +702,7 @@ OPCODE(OGF_TESTING, 0x01), ""
* @param loopback_mode
*/
const hci_cmd_t hci_write_loopback_mode = {
OPCODE(OGF_TESTING, 0x01), "1"
OPCODE(OGF_TESTING, 0x02), "1"
// return: status
};