Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_pan.cpp35 static const btpan_interface_t* sPanIf = NULL;
119 sPanIf = (btpan_interface_t*)btIf->get_profile_interface(BT_PROFILE_PAN_ID); in initializeNative()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_pan.h32 const btpan_interface_t* btif_pan_get_interface();
/packages/modules/Bluetooth/system/include/hardware/
Dbt_pan.h84 } btpan_interface_t; typedef
/packages/modules/Bluetooth/system/btif/src/
Dbtif_pan.cc108 static btpan_interface_t pan_if = {sizeof(pan_if), btpan_jni_init, nullptr,
112 const btpan_interface_t* btif_pan_get_interface() { return &pan_if; } in btif_pan_get_interface()