state_enum: add HFP states and errors

This commit is contained in:
Matthias Ringwald 2017-08-23 11:10:36 +02:00
parent 87829e7c77
commit 695025bf1c

View File

@ -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 grep RFCOMM_CHANNEL_ $BTSTACK_ROOT/src/classic/rfcomm.h | grep -v RFCOMM_CHANNEL_STATE | grep -v "// state variables" | nl
echo 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