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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp203 static const btgatt_interface_t *sGattIf = NULL; member in namespace:android
926 if (sGattIf != NULL) {
928 sGattIf->cleanup();
929 sGattIf = NULL;
938 if ( (sGattIf = (btgatt_interface_t *)
945 if ( (status = sGattIf->init(&sGattCallbacks)) != BT_STATUS_SUCCESS) {
947 sGattIf = NULL;
958 if (sGattIf != NULL) {
959 sGattIf->cleanup();
960 sGattIf
[all...]

Completed in 60 milliseconds