Home
last modified time | relevance | path

Searched refs:bthh_status_t (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/include/hardware/
Dbt_hh.h78 } bthh_status_t; typedef
126 bthh_status_t hh_status);
143 bthh_status_t hh_status,
151 bthh_status_t hh_status, int idle_rate);
159 bthh_status_t hh_status,
168 bthh_status_t hh_status);
236 tBT_TRANSPORT transport, bthh_status_t status,
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhid_host.rs56 impl From<bindings::bthh_status_t> for BthhStatus {
57 fn from(item: bindings::bthh_status_t) -> Self { in from()
130 *mut RawAddress, u8 -> BtAddrType, u8 -> BtTransport, bindings::bthh_status_t -> BthhStatus, {
138 *mut RawAddress, u8 -> BtAddrType, u8 -> BtTransport, bindings::bthh_status_t -> BthhStatus,
143 *mut RawAddress, u8 -> BtAddrType, u8 -> BtTransport, bindings::bthh_status_t -> BthhStatus, i32, {
147 *mut RawAddress, u8 -> BtAddrType, u8 -> BtTransport, bindings::bthh_status_t -> BthhStatus, *mut u…
152 *mut RawAddress, u8 -> BtAddrType, u8 -> BtTransport, bindings::bthh_status_t -> BthhStatus, {
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_host.cpp77 bthh_status_t hh_status, in get_protocol_mode_callback()
104 bthh_status_t hh_status, uint8_t* rpt_data, in get_report_callback()
139 bthh_status_t hh_status) { in virtual_unplug_callback()
160 bthh_status_t hh_status) { in handshake_callback()
182 bthh_status_t /* hh_status */, in get_idle_time_callback() argument
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc1083 (bthh_status_t)p_data->hs_data.status, data, len); in btif_hh_upstreams_evt()
1092 (bthh_status_t)p_data->hs_data.status); in btif_hh_upstreams_evt()
1109 (bthh_status_t)p_data->hs_data.status); in btif_hh_upstreams_evt()
1135 (bthh_status_t)p_data->hs_data.status, in btif_hh_upstreams_evt()
1141 (bthh_status_t)p_data->hs_data.status); in btif_hh_upstreams_evt()
1153 (bthh_status_t)p_data->hs_data.status); in btif_hh_upstreams_evt()
1166 (bthh_status_t)p_data->hs_data.status, in btif_hh_upstreams_evt()
1330 (bthh_status_t)p_data->dev_status.status); in btif_hh_upstreams_evt()
1976 bthh_status_t status, char* report, in get_report_reply()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_hh_test.cc87 bthh_status_t status;
239 bthh_status_t hh_status, uint8_t* rpt_data, in TEST_F()