Home | History | Annotate | Download | only in src

Lines Matching defs:remote_name_len

383     uint8_t remote_name_len;
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;
570 BTM_EIR_COMPLETE_LOCAL_NAME_TYPE, &remote_name_len);
575 BT_EIR_SHORTENED_LOCAL_NAME_TYPE, &remote_name_len);