Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbt_hh.h110 } bthh_hid_info_t; typedef
135 bthh_hid_info_t hid_info);
208 tBT_TRANSPORT transport, bthh_hid_info_t hid_info);
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhid_host.rs62 pub type BthhHidInfo = bindings::bthh_hid_info_t;
134 *mut RawAddress, u8 -> BtAddrType, u8 -> BtTransport, bindings::bthh_hid_info_t -> BthhHidInfo, {
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc1807 tBT_TRANSPORT transport, bthh_hid_info_t hid_info) { in set_info()