Home
last modified time | relevance | path

Searched refs:BT_PROFILE_HIDHOST_ID (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h46 #define BT_PROFILE_HIDHOST_ID "hidhost" macro
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_host.cpp231 sBluetoothHidInterface = (bthh_interface_t*)btInf->get_profile_interface(BT_PROFILE_HIDHOST_ID); in initializeNative()
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc939 if (is_profile(profile_id, BT_PROFILE_HIDHOST_ID)) { in get_profile_interface()