Skip to content

Commit

Permalink
[BT] Fix Exlene GC ctrl init
Browse files Browse the repository at this point in the history
  • Loading branch information
darthcloud committed Jan 13, 2025
1 parent e59efb0 commit 54c0911
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/bluetooth/hidp/sw.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ static void bt_hid_sw_exec_next_state(struct bt_dev *device) {
case SW_INIT_STATE_READ_INFO:
{
struct bt_hidp_sw_conf sw_conf = {
.l_lra.val = BT_HIDP_SW_LRA_IDLE,
.r_lra.val = BT_HIDP_SW_LRA_IDLE,
.subcmd = BT_HIDP_SW_SUBCMD_READ_INFO,
};
device->tid = 0;
Expand Down

0 comments on commit 54c0911

Please sign in to comment.