mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-03 10:20:18 +00:00
fix OCF for write local loopback
This commit is contained in:
parent
f3e25de360
commit
7bed114f42
@ -702,7 +702,7 @@ OPCODE(OGF_TESTING, 0x01), ""
|
|||||||
* @param loopback_mode
|
* @param loopback_mode
|
||||||
*/
|
*/
|
||||||
const hci_cmd_t hci_write_loopback_mode = {
|
const hci_cmd_t hci_write_loopback_mode = {
|
||||||
OPCODE(OGF_TESTING, 0x01), "1"
|
OPCODE(OGF_TESTING, 0x02), "1"
|
||||||
// return: status
|
// return: status
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user