OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RFCOMM_ERROR
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java
75
private static final int
RFCOMM_ERROR
= 10;
168
case
RFCOMM_ERROR
:
173
if (V) Log.v(TAG, "receive
RFCOMM_ERROR
msg");
742
mSessionHandler.obtainMessage(
RFCOMM_ERROR
).sendToTarget();
751
mSessionHandler.obtainMessage(
RFCOMM_ERROR
).sendToTarget();
[
all
...]
/packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java
331
private static final int
RFCOMM_ERROR
= 2;
408
mConnectingStatusHandler.obtainMessage(
RFCOMM_ERROR
).sendToTarget();
411
mConnectingStatusHandler.obtainMessage(
RFCOMM_ERROR
).sendToTarget();
433
case
RFCOMM_ERROR
:
[
all
...]
Completed in 2420 milliseconds