Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hid.cpp185 static bthh_callbacks_t sBluetoothHidCallbacks = { variable
186 sizeof(sBluetoothHidCallbacks),
261 if ( (status = sBluetoothHidInterface->init(&sBluetoothHidCallbacks)) != BT_STATUS_SUCCESS) { in initializeNative()