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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp184 static const btgatt_interface_t *sGattIf = NULL; member in namespace:android
699 if (sGattIf != NULL) {
701 sGattIf->cleanup();
702 sGattIf = NULL;
711 if ( (sGattIf = (btgatt_interface_t *)
718 if ( (status = sGattIf->init(&sGattCallbacks)) != BT_STATUS_SUCCESS) {
720 sGattIf = NULL;
731 if (sGattIf != NULL) {
732 sGattIf->cleanup();
733 sGattIf
[all...]

Completed in 31 milliseconds