Home
last modified time | relevance | path

Searched refs:atCommandResponse (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DAtPhonebook.java159 String atCommandResponse = null; in handleCscsCommand() local
163 atCommandResponse = "+CSCS: \"" + mCharacterSet + "\""; in handleCscsCommand()
168 atCommandResponse = ("+CSCS: (\"UTF-8\",\"IRA\",\"GSM\")"); in handleCscsCommand()
193 if (atCommandResponse != null) { in handleCscsCommand()
194 mNativeInterface.atResponseString(device, atCommandResponse); in handleCscsCommand()
204 String atCommandResponse = null; in handleCpbsCommand() local
210 atCommandResponse = "+CPBS: \"SM\",0," + getMaxPhoneBookSize(0); in handleCpbsCommand()
220 atCommandResponse = in handleCpbsCommand()
229 atCommandResponse = ("+CPBS: (\"ME\",\"SM\",\"DC\",\"RC\",\"MC\")"); in handleCpbsCommand()
262 if (atCommandResponse != null) { in handleCpbsCommand()
[all …]