Home | History | Annotate | Download | only in src

Lines Matching defs:remote_name_len

438     uint8_t remote_name_len;
443 BTM_EIR_COMPLETE_LOCAL_NAME_TYPE, &remote_name_len);
448 BT_EIR_SHORTENED_LOCAL_NAME_TYPE, &remote_name_len);
453 memcpy(bdname.name, p_eir_remote_name, remote_name_len);
454 bdname.name[remote_name_len]='\0';
457 remote_name_len, p_btif_cb->device_type );
619 uint8_t remote_name_len;
625 BTM_EIR_COMPLETE_LOCAL_NAME_TYPE, &remote_name_len);
630 BT_EIR_SHORTENED_LOCAL_NAME_TYPE, &remote_name_len);