Skip to content

Commit

Permalink
[BT] Add missing entry for error handling path
Browse files Browse the repository at this point in the history
darthcloud committed Jan 25, 2025
1 parent a41d89a commit 0e96a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/bluetooth/att_hid.c
Original file line number Diff line number Diff line change
@@ -446,6 +446,7 @@ static bit_att_hid_start_func_t start_state_func[BT_ATT_HID_STATE_MAX] = {
static bit_att_hid_process_func_t process_state_func[BT_ATT_HID_STATE_MAX] = {
bt_att_hid_process_device_name,
bt_att_hid_process_appearance,
bt_att_hid_process_pnp,
bt_att_hid_process_find_hid_hdls,
bt_att_hid_process_ident_hid_hdls,
bt_att_hid_process_char_prop,

0 comments on commit 0e96a4b

Please sign in to comment.