Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/include/hardware/
H A Dbluetooth.h40 #define BT_PROFILE_HIDHOST_ID "hidhost" macro
/aosp12/system/bt/include/hardware/
H A Dbluetooth.h43 #define BT_PROFILE_HIDHOST_ID "hidhost" macro
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hid_host.cpp227 (bthh_interface_t*)btInf->get_profile_interface(BT_PROFILE_HIDHOST_ID); in initializeNative()
/aosp12/system/bt/btif/src/
H A Dbluetooth.cc441 if (is_profile(profile_id, BT_PROFILE_HIDHOST_ID)) in get_profile_interface()