Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_hh_co.h51 uint8_t ctry_code, const RawAddress& peer_addr,
Dbta_hh_api.h200 uint8_t ctry_code; /*Country Code.*/ member
/system/bt/stack/include/
Dhiddefs.h148 uint8_t ctry_code; /*Country Code.*/ member
/system/bt/btif/co/
Dbta_hh_co.cc433 uint8_t ctry_code, UNUSED_ATTR const RawAddress& peer_addr, in bta_hh_co_data() argument
440 __func__, dev_handle, sub_class, mode, ctry_code, app_id); in bta_hh_co_data()
483 uint16_t version, uint8_t ctry_code, int dscp_len, in bta_hh_co_send_hid_info() argument
499 __func__, vendor_id, product_id, version, ctry_code); in bta_hh_co_send_hid_info()
513 ev.u.create.country = ctry_code; in bta_hh_co_send_hid_info()
/system/bt/include/hardware/
Dbt_hh.h80 uint8_t ctry_code; member
/system/bt/btif/include/
Dbtif_storage.h196 uint8_t ctry_code, uint16_t ssr_max_latency, uint16_t ssr_min_tout,
/system/bt/btif/src/
Dbtif_hh.cc143 uint8_t ctry_code, int dscp_len,
517 dest->ctry_code = src->ctry_code; in btif_hh_copy_hid_info()
987 p_data->dscp_info.ctry_code, len, in btif_hh_upstreams_evt()
1001 p_data->dscp_info.ctry_code, p_data->dscp_info.ssr_max_latency, in btif_hh_upstreams_evt()
1396 dscp_info.ctry_code = hid_info.ctry_code; in set_info()
Dbtif_storage.cc1342 uint8_t ctry_code, uint16_t ssr_max_latency, uint16_t ssr_min_tout, in btif_storage_add_hid_device_info() argument
1352 btif_config_set_int(bdstr, "HidCountryCode", ctry_code); in btif_storage_add_hid_device_info()
1409 dscp_info.ctry_code = (uint8_t)value; in btif_storage_load_bonded_hid_info()
/system/bt/bta/hh/
Dbta_hh_act.cc219 p_cb->dscp_info.ctry_code = sdp_rec->ctry_code; in bta_hh_sdp_cback()
627 p_cb->dscp_info.ctry_code, p_cb->addr, p_cb->app_id); in bta_hh_data_act()
Dbta_hh_le.cc1251 STREAM_TO_UINT8(p_dev_cb->dscp_info.ctry_code, pp); in read_hid_info_cb()
1610 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.cc182 p_nvi->ctry_code = p_attr->attr_value.v.u8; in hidh_search_callback()