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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_pan.cpp113 static const bt_interface_t* btIf; member in namespace:android
117 if (btIf) return;
119 btIf = getBluetoothInterface();
120 if (btIf == NULL) {
137 sPanIf = (btpan_interface_t*)btIf->get_profile_interface(BT_PROFILE_PAN_ID);
159 if (!btIf) return;
172 btIf = NULL;
H A Dcom_android_bluetooth_gatt.cpp874 static const bt_interface_t* btIf; member in namespace:android
877 if (btIf) return;
879 btIf = getBluetoothInterface();
880 if (btIf == NULL) {
898 (btgatt_interface_t*)btIf->get_profile_interface(BT_PROFILE_GATT_ID);
915 if (!btIf) return;
926 btIf = NULL;

Completed in 139 milliseconds