Searched refs:ctry_code (Results 1 – 10 of 10) sorted by relevance
/system/bt/btif/co/ |
D | bta_hh_co.c | 386 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/ |
D | bta_hh_co.h | 51 UINT8 ctry_code, BD_ADDR peer_addr, UINT8 app_id);
|
D | bta_hh_api.h | 204 UINT8 ctry_code; /*Country Code.*/ member
|
/system/bt/stack/include/ |
D | hiddefs.h | 150 UINT8 ctry_code; /*Country Code.*/ member
|
/system/bt/btif/include/ |
D | btif_storage.h | 235 UINT8 ctry_code, UINT16 ssr_max_latency,
|
/system/bt/btif/src/ |
D | btif_hh.c | 154 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()
|
D | btif_storage.c | 1298 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/ |
D | bta_hh_act.c | 242 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()
|
D | bta_hh_le.c | 2004 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/ |
D | hidh_api.c | 191 p_nvi->ctry_code = p_attr->attr_value.v.u8; in hidh_search_callback()
|