Searched refs:remote_name_len (Results 1 – 6 of 6) sorted by relevance
156 UINT8 remote_name_len = 0; in check_eir_remote_name() local162 BTM_EIR_COMPLETE_LOCAL_NAME_TYPE, &remote_name_len); in check_eir_remote_name()166 BTM_EIR_SHORTENED_LOCAL_NAME_TYPE, &remote_name_len); in check_eir_remote_name()171 if (remote_name_len > BD_NAME_LEN) in check_eir_remote_name()172 remote_name_len = BD_NAME_LEN; in check_eir_remote_name()176 memcpy(p_remote_name, p_eir_remote_name, remote_name_len); in check_eir_remote_name()177 *(p_remote_name + remote_name_len) = 0; in check_eir_remote_name()178 *p_remote_name_len = remote_name_len; in check_eir_remote_name()831 UINT8 remote_name_len; in btif_dm_search_devices_evt() local854 if (!check_eir_remote_name(p_search_data, bdname.name, &remote_name_len)) in btif_dm_search_devices_evt()[all …]
1972 UINT8 remote_name_len; in btm_process_inq_results() local2165 &remote_name_len )) == NULL) in btm_process_inq_results()2168 &remote_name_len ); in btm_process_inq_results()2173 if( remote_name_len > BTM_MAX_REM_BD_NAME_LEN ) in btm_process_inq_results()2174 remote_name_len = BTM_MAX_REM_BD_NAME_LEN; in btm_process_inq_results()2176 p_i->inq_info.remote_name_len = remote_name_len; in btm_process_inq_results()2177 memcpy( p_i->inq_info.remote_name, p_eir_data, p_i->inq_info.remote_name_len ); in btm_process_inq_results()2178 p_i->inq_info.remote_name[p_i->inq_info.remote_name_len] = 0; in btm_process_inq_results()2597 p_i->inq_info.remote_name_len = (rem_name.length < BTM_MAX_REM_BD_NAME_LEN) ? in btm_process_remote_name()2599 evt_len = p_i->inq_info.remote_name_len; in btm_process_remote_name()
1328 p_info->remote_name_len = p_adv_data->remote_name_len = ad_len - 1;
263 UINT8 remote_name_len; member
612 UINT16 remote_name_len; member
374 UINT8 remote_name_len; member