Searched refs:remote_name_len (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c294 UINT8 remote_name_len = 0; local
300 BTM_EIR_COMPLETE_LOCAL_NAME_TYPE, &remote_name_len);
304 BTM_EIR_SHORTENED_LOCAL_NAME_TYPE, &remote_name_len);
309 if (remote_name_len > BD_NAME_LEN)
310 remote_name_len = BD_NAME_LEN;
314 memcpy(p_remote_name, p_eir_remote_name, remote_name_len);
315 *(p_remote_name + remote_name_len) = 0;
316 *p_remote_name_len = remote_name_len;
1230 UINT8 remote_name_len; local
1253 if (!check_eir_remote_name(p_search_data, bdname.name, &remote_name_len))
[all...]
H A Dbtif_gatt_client.c383 uint8_t remote_name_len; local
388 BTM_EIR_COMPLETE_LOCAL_NAME_TYPE, &remote_name_len);
393 BT_EIR_SHORTENED_LOCAL_NAME_TYPE, &remote_name_len);
398 memcpy(bdname.name, p_eir_remote_name, remote_name_len);
399 bdname.name[remote_name_len]='\0';
402 remote_name_len, p_btif_cb->device_type );
564 uint8_t remote_name_len; local
570 BTM_EIR_COMPLETE_LOCAL_NAME_TYPE, &remote_name_len);
575 BT_EIR_SHORTENED_LOCAL_NAME_TYPE, &remote_name_len);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_inq.c2096 UINT8 remote_name_len; local
2289 &remote_name_len )) == NULL)
2292 &remote_name_len );
2297 if( remote_name_len > BTM_MAX_REM_BD_NAME_LEN )
2298 remote_name_len = BTM_MAX_REM_BD_NAME_LEN;
2300 p_i->inq_info.remote_name_len = remote_name_len;
2301 memcpy( p_i->inq_info.remote_name, p_eir_data, p_i->inq_info.remote_name_len );
2302 p_i->inq_info.remote_name[p_i->inq_info.remote_name_len] = 0;
2762 p_i->inq_info.remote_name_len
[all...]
H A Dbtm_ble_gap.c1932 p_info->remote_name_len = p_adv_data->remote_name_len = ad_len - 1;
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_ble_api.h753 UINT8 remote_name_len; member in struct:__anon1505
H A Dbtm_api.h641 UINT16 remote_name_len; member in struct:__anon1403
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h453 UINT8 remote_name_len; member in struct:__anon688

Completed in 116 milliseconds