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

/system/bt/bta/include/
H A Dbta_hh_co.h51 UINT8 ctry_code, BD_ADDR peer_addr, UINT8 app_id);
H A Dbta_hh_api.h204 UINT8 ctry_code; /*Country Code.*/ member in struct:__anon397
/system/bt/stack/include/
H A Dhiddefs.h150 UINT8 ctry_code; /*Country Code.*/ member in struct:sdp_info
/system/bt/btif/co/
H A Dbta_hh_co.c414 UINT8 sub_class, UINT8 ctry_code, BD_ADDR peer_addr, UINT8 app_id)
420 "ctry_code = %d, app_id = %d",
421 __FUNCTION__, dev_handle, sub_class, mode, ctry_code, app_id);
452 UINT16 product_id, UINT16 version, UINT8 ctry_code,
466 "ctry_code=0x%02x",__FUNCTION__,
468 version, ctry_code);
485 ev.u.create.country = ctry_code;
413 bta_hh_co_data(UINT8 dev_handle, UINT8 *p_rpt, UINT16 len, tBTA_HH_PROTO_MODE mode, UINT8 sub_class, UINT8 ctry_code, BD_ADDR peer_addr, UINT8 app_id) argument
451 bta_hh_co_send_hid_info(btif_hh_device_t *p_dev, char *dev_name, UINT16 vendor_id, UINT16 product_id, UINT16 version, UINT8 ctry_code, int dscp_len, UINT8 *p_dscp) argument
/system/bt/btif/include/
H A Dbtif_storage.h238 UINT8 ctry_code, UINT16 ssr_max_latency,
/system/bt/btif/src/
H A Dbtif_hh.c147 UINT16 product_id, UINT16 version, UINT8 ctry_code,
537 dest->ctry_code = src->ctry_code;
931 p_data->dscp_info.version, p_data->dscp_info.ctry_code,
948 p_data->dscp_info.version, p_data->dscp_info.ctry_code,
1317 dscp_info.ctry_code = hid_info.ctry_code;
H A Dbtif_storage.c116 <ctry_code> <space> > <desc_len> <space> <desc_list> <space> */
1286 UINT8 ctry_code, UINT16 ssr_max_latency,
1298 btif_config_set_int(bdstr, "HidCountryCode", ctry_code);
1355 dscp_info.ctry_code = (uint8_t) value;
1282 btif_storage_add_hid_device_info(bt_bdaddr_t *remote_bd_addr, UINT16 attr_mask, UINT8 sub_class, UINT8 app_id, UINT16 vendor_id, UINT16 product_id, UINT16 version, UINT8 ctry_code, UINT16 ssr_max_latency, UINT16 ssr_min_tout, UINT16 dl_len, UINT8 *dsc_list) argument
/system/bt/bta/hh/
H A Dbta_hh_act.c242 p_cb->dscp_info.ctry_code = sdp_rec->ctry_code;
668 p_cb->mode, p_cb->sub_class, p_cb->dscp_info.ctry_code, p_cb->addr, p_cb->app_id);
H A Dbta_hh_le.c1821 STREAM_TO_UINT8(p_dev_cb->dscp_info.ctry_code, pp);
2209 p_dev_cb->dscp_info.ctry_code,
/system/bt/stack/hid/
H A Dhidh_api.c191 p_nvi->ctry_code = p_attr->attr_value.v.u8;

Completed in 916 milliseconds