Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java403 getAdapterPropertyNative(AbstractionLayer.BT_PROPERTY_LOCAL_IO_CAPS); in processProfileServiceStateChanged()
404 getAdapterPropertyNative(AbstractionLayer.BT_PROPERTY_LOCAL_IO_CAPS_BLE); in processProfileServiceStateChanged()
405 getAdapterPropertyNative(AbstractionLayer.BT_PROPERTY_DYNAMIC_AUDIO_BUFFER); in processProfileServiceStateChanged()
528 getAdapterPropertyNative(AbstractionLayer.BT_PROPERTY_BDADDR); in onCreate()
529 getAdapterPropertyNative(AbstractionLayer.BT_PROPERTY_BDNAME); in onCreate()
530 getAdapterPropertyNative(AbstractionLayer.BT_PROPERTY_CLASS_OF_DEVICE); in onCreate()
3870 native boolean getAdapterPropertyNative(int type); in getAdapterPropertyNative() method in AdapterService
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp1411 static jboolean getAdapterPropertyNative(JNIEnv* env, jobject obj, jint type) { in getAdapterPropertyNative() function
1701 {"getAdapterPropertyNative", "(I)Z", (void*)getAdapterPropertyNative},