Skip to content

Commit

Permalink
Bluetooth: Fix a typo in an HCI error code constant name
Browse files Browse the repository at this point in the history
* Change "BT_HIC" to "BT_HCI" in one error constant.

Signed-off-by: Pete Johanson <[email protected]>
  • Loading branch information
petejohanson authored and jhedberg committed May 16, 2020
1 parent e4734e0 commit e550302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/bluetooth/hci_err.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ extern "C" {
#define BT_HCI_ERR_UNSUPP_REMOTE_FEATURE 0x1a
#define BT_HCI_ERR_SCO_OFFSET_REJECTED 0x1b
#define BT_HCI_ERR_SCO_INTERVAL_REJECTED 0x1c
#define BT_HIC_ERR_SCO_AIR_MODE_REJECTED 0x1d
#define BT_HCI_ERR_SCO_AIR_MODE_REJECTED 0x1d
#define BT_HCI_ERR_INVALID_LL_PARAM 0x1e
#define BT_HCI_ERR_UNSPECIFIED 0x1f
#define BT_HCI_ERR_UNSUPP_LL_PARAM_VAL 0x20
Expand Down

0 comments on commit e550302

Please sign in to comment.