Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_pan.cpp29 static const btpan_interface_t* sPanIf = NULL;
113 sPanIf = (btpan_interface_t*)btIf->get_profile_interface(BT_PROFILE_PAN_ID); in initializeNative()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_pan.h32 btpan_interface_t* btif_pan_interface();
/packages/modules/Bluetooth/system/include/hardware/
Dbt_pan.h90 } btpan_interface_t; typedef
/packages/modules/Bluetooth/system/btif/src/
Dbtif_pan.cc97 static btpan_interface_t pan_if = {
101 const btpan_interface_t* btif_pan_get_interface() { return &pan_if; } in btif_pan_get_interface()
Dbluetooth.cc154 extern const btpan_interface_t* btif_pan_get_interface();