Searched defs:btIf (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_pan.cpp107 static const bt_interface_t* btIf; member in namespace:android
111 if(btIf)
114 if ( (btIf = getBluetoothInterface()) == NULL) {
132 btIf->get_profile_interface(BT_PROFILE_PAN_ID)) == NULL) {
149 if (!btIf) return;
162 btIf = NULL;

Completed in 77 milliseconds