Home
last modified time | relevance | path

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

/system/bt/btif/co/
Dbta_hh_co.c386 UINT8 sub_class, UINT8 ctry_code, BD_ADDR peer_addr, UINT8 app_id) in bta_hh_co_data() argument
393 __FUNCTION__, dev_handle, sub_class, mode, ctry_code, app_id); in bta_hh_co_data()
422 UINT16 product_id, UINT16 version, UINT8 ctry_code, in bta_hh_co_send_hid_info() argument
438 version, ctry_code); in bta_hh_co_send_hid_info()
455 ev.u.create.country = ctry_code; in bta_hh_co_send_hid_info()
/system/bt/bta/include/
Dbta_hh_co.h51 UINT8 ctry_code, BD_ADDR peer_addr, UINT8 app_id);
Dbta_hh_api.h204 UINT8 ctry_code; /*Country Code.*/ member
/system/bt/stack/include/
Dhiddefs.h150 UINT8 ctry_code; /*Country Code.*/ member
/system/bt/btif/include/
Dbtif_storage.h235 UINT8 ctry_code, UINT16 ssr_max_latency,
/system/bt/btif/src/
Dbtif_hh.c154 UINT16 product_id, UINT16 version, UINT8 ctry_code,
564 dest->ctry_code = src->ctry_code; in btif_hh_copy_hid_info()
949 p_data->dscp_info.version, p_data->dscp_info.ctry_code, in btif_hh_upstreams_evt()
966 … p_data->dscp_info.version, p_data->dscp_info.ctry_code, in btif_hh_upstreams_evt()
1356 dscp_info.ctry_code = hid_info.ctry_code; in set_info()
Dbtif_storage.c1298 UINT8 ctry_code, UINT16 ssr_max_latency, in btif_storage_add_hid_device_info() argument
1310 btif_config_set_int(bdstr, "HidCountryCode", ctry_code); in btif_storage_add_hid_device_info()
1367 dscp_info.ctry_code = (uint8_t) value; in btif_storage_load_bonded_hid_info()
/system/bt/bta/hh/
Dbta_hh_act.c242 p_cb->dscp_info.ctry_code = sdp_rec->ctry_code; in bta_hh_sdp_cback()
669 … p_cb->mode, p_cb->sub_class, p_cb->dscp_info.ctry_code, p_cb->addr, p_cb->app_id); in bta_hh_data_act()
Dbta_hh_le.c2004 STREAM_TO_UINT8(p_dev_cb->dscp_info.ctry_code, pp); in bta_hh_w4_le_read_char_cmpl()
2393 p_dev_cb->dscp_info.ctry_code, in bta_hh_le_input_rpt_notify()
/system/bt/stack/hid/
Dhidh_api.c191 p_nvi->ctry_code = p_attr->attr_value.v.u8; in hidh_search_callback()