mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-28 06:39:49 +00:00
state_enum: add HFP states and errors
This commit is contained in:
parent
87829e7c77
commit
695025bf1c
@ -14,3 +14,11 @@ echo "RFCOMM Channel states"
|
||||
grep RFCOMM_CHANNEL_ $BTSTACK_ROOT/src/classic/rfcomm.h | grep -v RFCOMM_CHANNEL_STATE | grep -v "// state variables" | nl
|
||||
|
||||
echo
|
||||
|
||||
# HFP
|
||||
echo "HFP Commands/States"
|
||||
grep HFP_CMD_ $BTSTACK_ROOT/src/classic/hfp.h | nl -v 0
|
||||
echo "HFP Errors"
|
||||
grep HFP_CME_ $BTSTACK_ROOT/src/classic/hfp.h | nl -v 0
|
||||
|
||||
echo
|
||||
|
Loading…
x
Reference in New Issue
Block a user