Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_pan.cpp43 static const btpan_interface_t* sPanIf = NULL; variable
124 if (sPanIf != NULL) { in initializeNative()
126 sPanIf->cleanup(); in initializeNative()
127 sPanIf = NULL; in initializeNative()
136 sPanIf = (btpan_interface_t*)btIf->get_profile_interface(BT_PROFILE_PAN_ID); in initializeNative()
137 if (sPanIf == NULL) { in initializeNative()
144 bt_status_t status = sPanIf->init(&sBluetoothPanCallbacks); in initializeNative()
147 sPanIf = NULL; in initializeNative()
160 if (sPanIf != NULL) { in cleanupNative()
162 sPanIf->cleanup(); in cleanupNative()
[all …]