mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-03 07:13:51 +00:00
test/pts: fix pbap_pce_test build
This commit is contained in:
parent
107ca0215e
commit
eea7024143
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user