Home
last modified time | relevance | path

Searched refs:sPanIf (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_pan.cpp29 static const btpan_interface_t* sPanIf = NULL; variable
101 if (sPanIf != NULL) { in initializeNative()
103 sPanIf->cleanup(); in initializeNative()
104 sPanIf = NULL; in initializeNative()
113 sPanIf = (btpan_interface_t*)btIf->get_profile_interface(BT_PROFILE_PAN_ID); in initializeNative()
114 if (sPanIf == NULL) { in initializeNative()
121 bt_status_t status = sPanIf->init(&sBluetoothPanCallbacks); in initializeNative()
125 sPanIf = NULL; in initializeNative()
140 if (sPanIf != NULL) { in cleanupNative()
142 sPanIf->cleanup(); in cleanupNative()
[all …]