HomeSort by relevance Sort by last modified time
    Searched refs:btpan_interface_t (Results 1 - 5 of 5) sorted by null

  /system/bt/btif/include/
btif_pan.h 32 btpan_interface_t* btif_pan_interface();
  /hardware/libhardware/include/hardware/
bt_pan.h 83 } btpan_interface_t; typedef in typeref:struct:__anon41134
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_pan.cpp 44 static const btpan_interface_t* sPanIf = NULL;
137 sPanIf = (btpan_interface_t*)btIf->get_profile_interface(BT_PROFILE_PAN_ID);
  /system/bt/btif/src/
bluetooth.cc 101 extern btpan_interface_t* btif_pan_get_interface();
btif_pan.cc 111 static btpan_interface_t pan_if = {
115 btpan_interface_t* btif_pan_get_interface() { return &pan_if; }

Completed in 85 milliseconds