Home
last modified time | relevance | path

Searched refs:remote_name_len (Results 1 – 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_dm.c156 UINT8 remote_name_len = 0; in check_eir_remote_name() local
162 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() local
854 if (!check_eir_remote_name(p_search_data, bdname.name, &remote_name_len)) in btif_dm_search_devices_evt()
[all …]
/external/bluetooth/bluedroid/stack/btm/
Dbtm_inq.c1972 UINT8 remote_name_len; in btm_process_inq_results() local
2165 &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()
Dbtm_ble_gap.c1328 p_info->remote_name_len = p_adv_data->remote_name_len = ad_len - 1;
/external/bluetooth/bluedroid/stack/include/
Dbtm_ble_api.h263 UINT8 remote_name_len; member
Dbtm_api.h612 UINT16 remote_name_len; member
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h374 UINT8 remote_name_len; member