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

/external/bluetooth/bluedroid/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:__anon821
/external/bluetooth/bluedroid/stack/include/
H A Dhiddefs.h150 UINT8 ctry_code; /*Country Code.*/ member in struct:sdp_info
/external/bluetooth/bluedroid/btif/co/
H A Dbta_hh_co.c369 UINT8 sub_class, UINT8 ctry_code, BD_ADDR peer_addr, UINT8 app_id)
375 "ctry_code = %d, app_id = %d",
376 __FUNCTION__, dev_handle, sub_class, mode, ctry_code, app_id);
405 UINT16 product_id, UINT16 version, UINT8 ctry_code,
419 "ctry_code=0x%02x",__FUNCTION__,
421 version, ctry_code);
438 ev.u.create.country = ctry_code;
368 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
404 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
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_storage.h240 UINT8 ctry_code, UINT16 ssr_max_latency,
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hh.c156 UINT16 product_id, UINT16 version, UINT8 ctry_code,
566 dest->ctry_code = src->ctry_code;
952 p_data->dscp_info.version, p_data->dscp_info.ctry_code,
969 p_data->dscp_info.version, p_data->dscp_info.ctry_code,
1359 dscp_info.ctry_code = hid_info.ctry_code;
H A Dbtif_storage.c125 <ctry_code> <space> > <desc_len> <space> <desc_list> <space> */
1387 UINT8 ctry_code, UINT16 ssr_max_latency,
1399 btif_config_set_int("Remote", bdstr, "HidCountryCode", ctry_code);
1462 dscp_info.ctry_code = (uint8_t) value;
1383 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
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_act.c242 p_cb->dscp_info.ctry_code = sdp_rec->ctry_code;
669 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.c2000 STREAM_TO_UINT8(p_dev_cb->dscp_info.ctry_code, pp);
2388 p_dev_cb->dscp_info.ctry_code,
/external/bluetooth/bluedroid/stack/hid/
H A Dhidh_api.c191 p_nvi->ctry_code = p_attr->attr_value.v.u8;

Completed in 518 milliseconds