Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/
Dbta_hh_co.c114 …T8 dev_handle, UINT8 *p_rpt, UINT16 len, tBTA_HH_PROTO_MODE mode, UINT8 sub_class, UINT8 ctry_code, in bta_hh_co_data() argument
129 __func__, dev_handle, sub_class, mode, ctry_code, app_id); in bta_hh_co_data()
Dbtc_hh.c729 dscp_info.ctry_code = arg->set_info.hid_info->ctry_code; in btc_hh_set_info()
1198 dest->ctry_code = src->ctry_code; in btc_hh_copy_hid_info()
1217 param->dscp.ctry_code = src->ctry_code; in btc_hh_cb_copy_hid_info()
1337 … p_data->dscp_info.version, p_data->dscp_info.ctry_code, in btc_hh_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hidh_api.h131 …uint8_t ctry_code; /*!< SDP attrbutes of HID devices: HID country code (htt… member
286 uint8_t ctry_code; /*!< Country Code */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hh_co.h50 UINT8 ctry_code, BD_ADDR peer_addr, UINT8 app_id);
Dbta_hh_api.h199 UINT8 ctry_code; /*Country Code.*/ member
/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/
Dbtc_storage.h132 … uint8_t ctry_code, uint16_t ssr_max_latency, uint16_t ssr_min_tout,
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhiddefs.h152 UINT8 ctry_code; /*Country Code.*/ member
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_storage.c356 … uint8_t ctry_code, uint16_t ssr_max_latency, uint16_t ssr_min_tout, in btc_storage_add_hid_device_info() argument
369 ret &= btc_config_set_int(bdstr, "HidCountryCode", ctry_code); in btc_storage_add_hid_device_info()
423 dscp_info.ctry_code = (uint8_t)value; in btc_storage_load_bonded_hid_info()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_act.c231 p_cb->dscp_info.ctry_code = sdp_rec->ctry_code; in bta_hh_sdp_cback()
628 … 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.c1903 STREAM_TO_UINT8(p_dev_cb->dscp_info.ctry_code, pp); in bta_hh_w4_le_read_char_cmpl()
2274 p_dev_cb->dscp_info.ctry_code, in bta_hh_le_input_rpt_notify()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidh_api.c182 p_nvi->ctry_code = p_attr->attr_value.v.u8; in hidh_search_callback()