/external/bluetooth/bluedroid/bta/include/ |
bta_hh_co.h | 43 UINT8 ctry_code, BD_ADDR peer_addr, UINT8 app_id);
|
bta_hh_api.h | 177 UINT8 ctry_code; /*Country Code.*/ member in struct:__anon2238
|
/external/bluetooth/bluedroid/btif/co/ |
bta_hh_co.c | 198 UINT8 sub_class, UINT8 ctry_code, BD_ADDR peer_addr, UINT8 app_id) 203 "ctry_code = %d, app_id = %d", 204 __FUNCTION__, dev_handle, sub_class, mode, ctry_code, app_id); 233 UINT16 product_id, UINT16 version, UINT8 ctry_code, 247 "ctry_code=0x%02x",__FUNCTION__, 249 version, ctry_code); 261 ev.u.create.country = ctry_code;
|
/external/bluetooth/bluedroid/stack/include/ |
hiddefs.h | 149 UINT8 ctry_code; /*Country Code.*/ member in struct:sdp_info
|
/external/bluetooth/bluedroid/btif/include/ |
btif_storage.h | 238 UINT8 ctry_code, UINT16 dl_len,
|
/hardware/libhardware/include/hardware/ |
bt_hh.h | 82 uint8_t ctry_code; member in struct:__anon19133 98 * hid_info will contain attr_mask, sub_class, app_id, vendor_id, product_id, version, ctry_code, len
|
/external/bluetooth/bluedroid/btif/src/ |
btif_hh.c | 153 UINT16 product_id, UINT16 version, UINT8 ctry_code, 515 dest->ctry_code = src->ctry_code; 840 p_data->dscp_info.version, p_data->dscp_info.ctry_code, [all...] |
btif_storage.c | 126 <ctry_code> <space> > <desc_len> <space> <desc_list> <space> */ [all...] |
/external/bluetooth/bluedroid/bta/hh/ |
bta_hh_act.c | 231 p_cb->dscp_info.ctry_code = sdp_rec->ctry_code; 622 p_cb->mode, p_cb->sub_class, p_cb->dscp_info.ctry_code, p_cb->addr, p_cb->app_id); [all...] |
/external/bluetooth/bluedroid/stack/hid/ |
hidh_api.c | 190 p_nvi->ctry_code = p_attr->attr_value.v.u8;
|