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.java162 String atCommandResponse = null; in handleCscsCommand() local
166 atCommandResponse = "+CSCS: \"" + mCharacterSet + "\""; in handleCscsCommand()
171 atCommandResponse = ( "+CSCS: (\"UTF-8\",\"IRA\",\"GSM\")"); in handleCscsCommand()
197 if (atCommandResponse != null) in handleCscsCommand()
198 mStateMachine.atResponseStringNative(atCommandResponse, getByteAddress(device)); in handleCscsCommand()
208 String atCommandResponse = null; in handleCpbsCommand() local
214 atCommandResponse = "+CPBS: \"SM\",0," + getMaxPhoneBookSize(0); in handleCpbsCommand()
224atCommandResponse = "+CPBS: \"" + mCurrentPhonebook + "\"," + size + "," + getMaxPhoneBookSize(siz… in handleCpbsCommand()
231 atCommandResponse = ("+CPBS: (\"ME\",\"SM\",\"DC\",\"RC\",\"MC\")"); in handleCpbsCommand()
258 if (atCommandResponse != null) in handleCpbsCommand()
[all …]