Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbt_hd.h125 } bthd_interface_t; typedef
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hd.cc618 static const bthd_interface_t bthdInterface = {
657 const bthd_interface_t* btif_hd_get_interface() { in btif_hd_get_interface()
Dbluetooth.cc152 extern const bthd_interface_t* btif_hd_get_interface();
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_device.cpp34 static const bthd_interface_t* sHiddIf = NULL;
175 if ((sHiddIf = (bthd_interface_t*)btif->get_profile_interface( in initNative()