OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothPbapObexTransport
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapObexTransport.java
29
class
BluetoothPbapObexTransport
implements ObexTransport {
33
public
BluetoothPbapObexTransport
(BluetoothSocket rfs) {
BluetoothPbapSession.java
65
private
BluetoothPbapObexTransport
mTransport;
108
mTransport = (
BluetoothPbapObexTransport
) msg.obj;
314
BluetoothPbapObexTransport
transport;
315
transport = new
BluetoothPbapObexTransport
(mSocket);
Completed in 43 milliseconds