hci: fix LE_SET_PHY phy_options size (#507)

Co-authored-by: Andrey Fominykh <afominykh@topcon.com>
This commit is contained in:
fominykhandrei 2023-07-18 13:26:55 +03:00 committed by GitHub
parent 1418332d5a
commit 52aff43abf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1645,7 +1645,7 @@ const hci_cmd_t hci_le_set_default_phy = {
* @param phy_options
*/
const hci_cmd_t hci_le_set_phy = {
HCI_OPCODE_HCI_LE_SET_PHY, "H1111"
HCI_OPCODE_HCI_LE_SET_PHY, "H1112"
// LE PHY Update Complete is generated on completion
};