LTE Module Series
EC25&EC21 AT Commands Manual
EC25&EC21_AT_Commands_Manual 111 / 231
8.2. AT+CPBF Find Phonebook Entries
The command can search the phonebook entries starting with the given <findtext> string from the current
phonebook memory storage selected with AT+CPBS, and return all found entries sorted in alphanumeric
order.
Parameter
AT+CPBF Find Phonebook Entries
Response
+CPBF: <nlength>,<tlength>
OK
Write Command
AT+CPBF=<findtext>
Response
[+CPBF: <index>,<number>,<type>,<text>]
[…]
OK
ERROR
If there is any error related to ME functionality:
+CME ERROR: <err>
Depends on the storage of phonebook entries.
<nlength> Integer type. Indicates the maximum length of field <number>
<tlength> Integer type. Indicates the maximum length of field <text>
<findtext> String type field of maximum length <tlength> in current TE character set specified by
AT+CSCS.
<index> Integer type values in the range of location numbers of phone book memory.
<type> Type of address of octet in integer format (refer to 3GPP TS 24.008 subclause
10.5.4.7 for details). Usually, it has three kinds of values:
129 Unknown type
145 International type (contains the character “+”)
161 National type
<text> String type field of maximum length <tlength> in current TE character set specified by
AT+CSCS.