Home
last modified time | relevance | path

Searched refs:ctry_code (Results 1 – 13 of 13) sorted by relevance

/system/bt/test/mock/
Dmock_btif_co_bta_hh_co.cc51 uint8_t ctry_code, UNUSED_ATTR const RawAddress& peer_addr, in bta_hh_co_data() argument
66 uint16_t version, uint8_t ctry_code, int dscp_len, in bta_hh_co_send_hid_info() argument
Dmock_btif_storage.cc82 uint8_t ctry_code, uint16_t ssr_max_latency, uint16_t ssr_min_tout, in btif_storage_add_hid_device_info() argument
/system/bt/bta/include/
Dbta_hh_co.h53 uint8_t ctry_code, const RawAddress& peer_addr,
Dbta_hh_api.h219 uint8_t ctry_code; /*Country Code.*/ member
/system/bt/btif/co/
Dbta_hh_co.cc458 uint8_t ctry_code, UNUSED_ATTR const RawAddress& peer_addr, in bta_hh_co_data() argument
465 __func__, dev_handle, sub_class, mode, ctry_code, app_id); in bta_hh_co_data()
508 uint16_t version, uint8_t ctry_code, int dscp_len, in bta_hh_co_send_hid_info() argument
524 __func__, vendor_id, product_id, version, ctry_code); in bta_hh_co_send_hid_info()
538 ev.u.create.country = ctry_code; in bta_hh_co_send_hid_info()
/system/bt/stack/include/
Dhiddefs.h179 uint8_t ctry_code; /*Country Code.*/ member
/system/bt/include/hardware/
Dbt_hh.h96 uint8_t ctry_code; member
/system/bt/btif/include/
Dbtif_storage.h197 uint8_t ctry_code, uint16_t ssr_max_latency, uint16_t ssr_min_tout,
/system/bt/btif/src/
Dbtif_hh.cc121 uint8_t ctry_code, int dscp_len,
489 dest->ctry_code = src->ctry_code; in btif_hh_copy_hid_info()
983 p_data->dscp_info.ctry_code, len, in btif_hh_upstreams_evt()
997 p_data->dscp_info.ctry_code, p_data->dscp_info.ssr_max_latency, in btif_hh_upstreams_evt()
1402 dscp_info.ctry_code = hid_info.ctry_code; in set_info()
Dbtif_storage.cc1337 uint8_t ctry_code, uint16_t ssr_max_latency, uint16_t ssr_min_tout, in btif_storage_add_hid_device_info() argument
1347 btif_config_set_int(bdstr, "HidCountryCode", ctry_code); in btif_storage_add_hid_device_info()
1399 dscp_info.ctry_code = (uint8_t)value; in btif_storage_load_bonded_hid_info()
/system/bt/bta/hh/
Dbta_hh_act.cc222 p_cb->dscp_info.ctry_code = sdp_rec->ctry_code; in bta_hh_sdp_cback()
620 p_cb->dscp_info.ctry_code, p_cb->addr, p_cb->app_id); in bta_hh_data_act()
Dbta_hh_le.cc1212 STREAM_TO_UINT8(p_dev_cb->dscp_info.ctry_code, pp); in read_hid_info_cb()
1569 p_dev_cb->dscp_info.ctry_code, p_dev_cb->addr, app_id); in bta_hh_le_input_rpt_notify()
/system/bt/stack/hid/
Dhidh_api.cc183 p_nvi->ctry_code = p_attr->attr_value.v.u8; in hidh_search_callback()