OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startObexServerSession
(Results
1 - 3
of
3
) sorted by null
/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
...]
/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);
BluetoothMapService.java
258
.
startObexServerSession
(mBluetoothMnsObexClient) == true) {
460
masInst.
startObexServerSession
(mBluetoothMnsObexClient);
[
all
...]
Completed in 85 milliseconds