OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:startObexServerSession
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMasInstance.java
346
public boolean
startObexServerSession
(BluetoothMnsObexClient mnsClient)
348
if (D) Log.d(TAG, "Map Service
startObexServerSession
masid = " + mMasInstanceId);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
306
startObexServerSession
();
482
private final void
startObexServerSession
() throws IOException {
483
if (VERBOSE) Log.v(TAG, "Pbap Service
startObexServerSession
");
517
Log.v(TAG, "
startObexServerSession
() success!");
621
startObexServerSession
();
[
all
...]
Completed in 67 milliseconds