1
0
mirror of https://github.com/bluekitchen/btstack.git synced 2025-04-02 07:20:16 +00:00

correct OCF for hci_enhanced_accept_synchronous_connection

This commit is contained in:
matthias.ringwald@gmail.com 2015-02-20 10:42:00 +00:00
parent 5293c07213
commit c143e37dcb

@ -478,7 +478,7 @@ OPCODE(OGF_LINK_CONTROL, 0x3d), "H4412212222441221222211111111221"
* @param retransmission_effort
*/
const hci_cmd_t hci_enhanced_accept_synchronous_connection = {
OPCODE(OGF_LINK_CONTROL, 0x3d), "B4412212222441221222211111111221"
OPCODE(OGF_LINK_CONTROL, 0x3e), "B4412212222441221222211111111221"
};
/**