correct OCF for accetp synchronous connection

This commit is contained in:
matthias.ringwald@gmail.com 2015-02-19 23:12:56 +00:00
parent c5677618d9
commit a6d882ffdb

View File

@ -348,7 +348,7 @@ OPCODE(OGF_LINK_CONTROL, 0x0028), "H442212"
* @param packet_type
*/
const hci_cmd_t hci_accept_synchronous_connection_command = {
OPCODE(OGF_LINK_CONTROL, 0x0028), "B442212"
OPCODE(OGF_LINK_CONTROL, 0x0029), "B442212"
};
/**