Phonebook Access Indications
1. PBAPC State
Format: +PBSTAT=Param
Param | Indication |
Param(0~4) |
0 Unsupported 1 Standby 2 Connecting 3 Connected 4 Downloading |
2. PB Entries of Remote Devices
Format: +PBCNT=Param
Param | Indication |
Param | Phonebook entries of remote device |
3. Received Phonebook Data
Format1: +PBDATA=Param1 <FF> Param2 xFF xParam3 {xFF Param4}
Format2: +PBDATA=E: Download complete
Param | Indication |
Param1(Type) |
Phonebook (SIM Storage) Phonebook (Phone Storage) Received call log Dialed call log Missed call log |
Param2 | UTF8, Name |
Param3 | ASCII, Number |
Param4 |
15 Bytes ASCII, Call time Format: year(4Bytes) Month(2Bytes) Day(2Bytes) T(1Byte) Hour(2Bytes) Minute(2Bytes) Second(2Bytes). e.g. 20161012T152826 represents 2016/10/12/15/28/26 Description: Call time may not exist for some mobile phones |
Example |
Ex1) Download all phonebook AT+PBDOWN=1 +PBCNT=234 +PBDATA=1 <FF> Jack <FF> 18219146201 +PBDATA=1 <FF> kenan <FF> 8613771972680 …… +PBDATA=E
Ex2) Download 10 dialed call log AT+PBDOWN=3,10 +PBDATA=3 <FF> China Mobile <FF> 10086 <FF> 20171013T103516 +PBDATA=3 <FF> Jerry <FF> 18688967507 <FF> 20171012T152826 …… +PBDATA=E |