Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/include/
H A Dbtif_pan.h32 btpan_interface_t* btif_pan_interface();
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_pan.cpp43 static const btpan_interface_t* sPanIf = NULL;
136 sPanIf = (btpan_interface_t*)btIf->get_profile_interface(BT_PROFILE_PAN_ID); in initializeNative()
/aosp12/system/bt/include/hardware/
H A Dbt_pan.h90 } btpan_interface_t; typedef
/aosp12/system/bt/btif/src/
H A Dbtif_pan.cc87 static btpan_interface_t pan_if = {
91 const btpan_interface_t* btif_pan_get_interface() { return &pan_if; } in btif_pan_get_interface()
H A Dbluetooth.cc120 extern const btpan_interface_t* btif_pan_get_interface();