Home
last modified time | relevance | path

Searched refs:sHiddCb (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_device.cpp140 static bthd_callbacks_t sHiddCb = { variable
141 sizeof(sHiddCb),
181 if ((status = sHiddIf->init(&sHiddCb)) != BT_STATUS_SUCCESS) { in initNative()