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 155 int atCommandErrorCode = -1;
172 mStateMachine.atResponseCodeNative(atCommandResult, atCommandErrorCode);
182 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_SUPPORTED;
188 atCommandErrorCode = BluetoothCmeError.TEXT_HAS_INVALID_CHARS;
192 mStateMachine.atResponseCodeNative(atCommandResult, atCommandErrorCode);
199 int atCommandErrorCode = -1;
210 mStateMachine.atResponseCodeNative(atCommandResult, atCommandErrorCode);
215 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_SUPPORTED;
216 mStateMachine.atResponseCodeNative(atCommandResult, atCommandErrorCode);
235 mStateMachine.atResponseCodeNative(atCommandResult, atCommandErrorCode);
    [all...]
HeadsetStateMachine.java     [all...]

Completed in 71 milliseconds