OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atCommandErrorCode
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java
161
int
atCommandErrorCode
= -1;
179
atCommandErrorCode
, getByteAddress(device));
189
atCommandErrorCode
= BluetoothCmeError.OPERATION_NOT_SUPPORTED;
195
atCommandErrorCode
= BluetoothCmeError.TEXT_HAS_INVALID_CHARS;
199
mStateMachine.atResponseCodeNative(atCommandResult,
atCommandErrorCode
,
207
int
atCommandErrorCode
= -1;
220
atCommandErrorCode
= BluetoothCmeError.OPERATION_NOT_SUPPORTED;
239
atCommandErrorCode
= BluetoothCmeError.OPERATION_NOT_SUPPORTED;
247
atCommandErrorCode
= BluetoothCmeError.OPERATION_NOT_ALLOWED;
256
atCommandErrorCode
= BluetoothCmeError.TEXT_HAS_INVALID_CHARS
[
all
...]
HeadsetStateMachine.java
[
all
...]
Completed in 31 milliseconds