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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp199 static const btgatt_interface_t *sGattIf = NULL; member in namespace:android
877 if (sGattIf != NULL) {
879 sGattIf->cleanup();
880 sGattIf = NULL;
889 if ( (sGattIf = (btgatt_interface_t *)
896 if ( (status = sGattIf->init(&sGattCallbacks)) != BT_STATUS_SUCCESS) {
898 sGattIf = NULL;
909 if (sGattIf != NULL) {
910 sGattIf->cleanup();
911 sGattIf
[all...]

Completed in 12 milliseconds