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.java164 String atCommandResponse = null; in handleCscsCommand() local
168 atCommandResponse = "+CSCS: \"" + mCharacterSet + "\""; in handleCscsCommand()
173 atCommandResponse = ("+CSCS: (\"UTF-8\",\"IRA\",\"GSM\")"); in handleCscsCommand()
198 if (atCommandResponse != null) { in handleCscsCommand()
199 mNativeInterface.atResponseString(device, atCommandResponse); in handleCscsCommand()
209 String atCommandResponse = null; in handleCpbsCommand() local
215 atCommandResponse = "+CPBS: \"SM\",0," + getMaxPhoneBookSize(0); in handleCpbsCommand()
225 atCommandResponse = in handleCpbsCommand()
234 atCommandResponse = ("+CPBS: (\"ME\",\"SM\",\"DC\",\"RC\",\"MC\")"); in handleCpbsCommand()
267 if (atCommandResponse != null) { in handleCpbsCommand()
[all …]