test/pts: fix pbap_pce_test build

This commit is contained in:
Matthias Ringwald 2021-11-25 21:38:29 +01:00
parent 107ca0215e
commit eea7024143

View File

@ -287,7 +287,7 @@ static void packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packe
if (status){
printf("[!] Get Phonebook size error: 0x%x\n", status);
} else {
printf("[+] Phonebook size: %u\n", pbap_subevent_phonebook_size_get_phoneboook_size(packet));
printf("[+] Phonebook size: %u\n", pbap_subevent_phonebook_size_get_phonebook_size(packet));
}
break;
case PBAP_SUBEVENT_CARD_RESULT: