HomeSort by relevance Sort by last modified time
    Searched refs:atCommandErrorCode (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 154 int atCommandErrorCode = -1;
171 mStateMachine.atResponseCodeNative(atCommandResult, atCommandErrorCode);
181 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_SUPPORTED;
187 atCommandErrorCode = BluetoothCmeError.TEXT_HAS_INVALID_CHARS;
191 mStateMachine.atResponseCodeNative(atCommandResult, atCommandErrorCode);
198 int atCommandErrorCode = -1;
209 mStateMachine.atResponseCodeNative(atCommandResult, atCommandErrorCode);
214 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_SUPPORTED;
215 mStateMachine.atResponseCodeNative(atCommandResult, atCommandErrorCode);
234 mStateMachine.atResponseCodeNative(atCommandResult, atCommandErrorCode);
    [all...]
HeadsetStateMachine.java     [all...]

Completed in 164 milliseconds