Searched defs:ctry_code (Results 1 - 4 of 4) sorted by relevance

/system/bt/btif/co/
H A Dbta_hh_co.c386 UINT8 sub_class, UINT8 ctry_code, BD_ADDR peer_addr, UINT8 app_id)
392 "ctry_code = %d, app_id = %d",
393 __FUNCTION__, dev_handle, sub_class, mode, ctry_code, app_id);
422 UINT16 product_id, UINT16 version, UINT8 ctry_code,
436 "ctry_code=0x%02x",__FUNCTION__,
438 version, ctry_code);
455 ev.u.create.country = ctry_code;
385 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
421 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/stack/include/
H A Dhiddefs.h150 UINT8 ctry_code; /*Country Code.*/ member in struct:sdp_info
/system/bt/bta/include/
H A Dbta_hh_api.h204 UINT8 ctry_code; /*Country Code.*/ member in struct:__anon407
/system/bt/btif/src/
H A Dbtif_storage.c127 <ctry_code> <space> > <desc_len> <space> <desc_list> <space> */
1298 UINT8 ctry_code, UINT16 ssr_max_latency,
1310 btif_config_set_int(bdstr, "HidCountryCode", ctry_code);
1367 dscp_info.ctry_code = (uint8_t) value;
1294 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

Completed in 113 milliseconds