Home
last modified time | relevance | path

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

/aosp12/system/bt/include/hardware/
H A Dbt_hd.h124 } bthd_interface_t; typedef
/aosp12/system/bt/btif/src/
H A Dbtif_hd.cc627 static const bthd_interface_t bthdInterface = {
666 const bthd_interface_t* btif_hd_get_interface() { in btif_hd_get_interface()
H A Dbluetooth.cc118 extern const bthd_interface_t* btif_hd_get_interface();
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hid_device.cpp37 static const bthd_interface_t* sHiddIf = NULL;
193 if ((sHiddIf = (bthd_interface_t*)btif->get_profile_interface( in initNative()