mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-31 00:32:52 +00:00
hci: fix LE_SET_PHY phy_options size (#507)
Co-authored-by: Andrey Fominykh <afominykh@topcon.com>
This commit is contained in:
parent
1418332d5a
commit
52aff43abf
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user