mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-08 12:50:52 +00:00
hfp: fix test
This commit is contained in:
parent
0c223785ec
commit
66e0c1180b
@ -241,8 +241,8 @@ TEST(HFPParser, HFP_AG_CONFIRM_COMMON_CODEC){
|
|||||||
hfp_parse(&context, packet[pos]);
|
hfp_parse(&context, packet[pos]);
|
||||||
}
|
}
|
||||||
|
|
||||||
CHECK_EQUAL(context.command, HFP_CMD_CONFIRM_COMMON_CODEC);
|
CHECK_EQUAL(context.command, HFP_CMD_HF_CONFIRMED_CODEC);
|
||||||
CHECK_EQUAL(context.remote_codec_received, codec);
|
CHECK_EQUAL(context.codec_confirmed, codec);
|
||||||
}
|
}
|
||||||
|
|
||||||
int main (int argc, const char * argv[]){
|
int main (int argc, const char * argv[]){
|
||||||
|
Loading…
Reference in New Issue
Block a user