Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_hh_utils.h165 uint8_t ctry_code)>
170 uint16_t version, uint8_t flag, uint8_t ctry_code) { in operator()
171 body(p_cb, vendor_id, product_id, version, flag, ctry_code); in operator()
Dmock_bta_hh_utils.cc102 uint8_t ctry_code) { in bta_hh_update_di_info() argument
105 version, flag, ctry_code); in bta_hh_update_di_info()
Dmock_btif_profile_storage.h83 uint8_t ctry_code, uint16_t ssr_max_latency, uint16_t ssr_min_tout,
95 uint8_t ctry_code, uint16_t ssr_max_latency, in operator()
99 version, ctry_code, ssr_max_latency, ssr_min_tout, dl_len, in operator()
Dmock_btif_profile_storage.cc140 uint8_t ctry_code, uint16_t ssr_max_latency, uint16_t ssr_min_tout, in btif_storage_add_hid_device_info() argument
145 ctry_code, ssr_max_latency, ssr_min_tout, dl_len, dsc_list); in btif_storage_add_hid_device_info()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_profile_storage.cc88 uint8_t ctry_code, uint16_t ssr_max_latency, uint16_t ssr_min_tout, in btif_storage_hid_device_info() argument
96 btif_config_set_int(bdstr, BTIF_STORAGE_KEY_HID_COUNTRY_CODE, ctry_code); in btif_storage_hid_device_info()
109 uint8_t ctry_code, uint16_t dl_len, in btif_storage_hogp_device_info() argument
117 btif_config_set_int(bdstr, BTIF_STORAGE_KEY_HOGP_COUNTRY_CODE, ctry_code); in btif_storage_hogp_device_info()
137 uint8_t ctry_code, uint16_t ssr_max_latency, uint16_t ssr_min_tout, in btif_storage_add_hid_device_info() argument
145 ctry_code, ssr_max_latency, ssr_min_tout, dl_len, dsc_list); in btif_storage_add_hid_device_info()
158 ctry_code, ssr_max_latency, ssr_min_tout, dl_len, dsc_list); in btif_storage_add_hid_device_info()
161 vendor_id, product_id, version, ctry_code, in btif_storage_add_hid_device_info()
200 dscp_info.ctry_code = (uint8_t)value; in btif_storage_load_bonded_hid_device()
257 dscp_info.ctry_code = (uint8_t)value; in btif_storage_load_bonded_hogp_device()
Dbtif_hh.cc157 uint16_t version, uint8_t ctry_code, int dscp_len,
647 dscp_info.product_id, dscp_info.version, dscp_info.ctry_code, in btif_hh_load_bonded_dev()
728 dest->ctry_code = src->ctry_code; in btif_hh_copy_hid_info()
1210 p_data->dscp_info.ctry_code, len, in btif_hh_upstreams_evt()
1224 p_data->dscp_info.version, p_data->dscp_info.ctry_code, in btif_hh_upstreams_evt()
1827 dscp_info.ctry_code = hid_info.ctry_code; in set_info()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_utils.cc161 uint8_t ctry_code) { in bta_hh_update_di_info() argument
170 p_cb->dscp_info.ctry_code = ctry_code; in bta_hh_update_di_info()
Dbta_hh_act.cc238 p_cb->dscp_info.ctry_code = sdp_rec->ctry_code; in bta_hh_sdp_cback()
968 p_dev_info->dscp_info.flag, p_dev_info->dscp_info.ctry_code); in bta_hh_maint_dev_act()
Dbta_hh_int.h288 uint8_t ctry_code);
Dbta_hh_le.cc1275 STREAM_TO_UINT8(p_dev_cb->dscp_info.ctry_code, pp); in read_hid_info_cb()
2135 p_dev_info->dscp_info.ctry_code); in bta_hh_le_add_device()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_profile_storage.h48 uint8_t ctry_code, uint16_t ssr_max_latency, uint16_t ssr_min_tout,
Dbtif_storage.h220 uint8_t ctry_code, uint16_t ssr_max_latency, uint16_t ssr_min_tout,
/packages/modules/Bluetooth/system/stack/include/
Dhiddefs.h177 uint8_t ctry_code; /*Country Code.*/ member
/packages/modules/Bluetooth/system/btif/co/
Dbta_hh_co.cc584 uint16_t version, uint8_t ctry_code, int dscp_len, in bta_hh_co_send_hid_info() argument
599 vendor_id, product_id, version, ctry_code); in bta_hh_co_send_hid_info()
622 ev.u.create.country = ctry_code; in bta_hh_co_send_hid_info()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hh.h107 uint8_t ctry_code; member
/packages/modules/Bluetooth/system/bta/include/
Dbta_hh_api.h244 uint8_t ctry_code; /*Country Code.*/ member
/packages/modules/Bluetooth/system/stack/hid/
Dhidh_api.cc230 p_nvi->ctry_code = p_attr->attr_value.v.u8; in hidh_search_callback()