Skip to content

Commit

Permalink
Fix setup_complete/0 implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorRigby committed Jan 13, 2025
1 parent 3c30240 commit e85985b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/blue_heron/hci/transport.ex
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ defmodule BlueHeron.HCI.Transport do
{:reply, :ok, state}
end

def handle_call(:setup_complete, _from, %{setup_complete: setup_complete} = state) do
def handle_call(:setup_complete?, _from, %{setup_complete: setup_complete} = state) do
{:reply, setup_complete, state}
end

Expand Down

0 comments on commit e85985b

Please sign in to comment.