Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c232 UINT8 remote_name_len = 0; in check_eir_remote_name() local
237 BTM_EIR_COMPLETE_LOCAL_NAME_TYPE, &remote_name_len); in check_eir_remote_name()
240 … BTM_EIR_SHORTENED_LOCAL_NAME_TYPE, &remote_name_len); in check_eir_remote_name()
244 if (remote_name_len > BD_NAME_LEN) { in check_eir_remote_name()
245 remote_name_len = BD_NAME_LEN; in check_eir_remote_name()
249 memcpy(p_remote_name, p_eir_remote_name, remote_name_len); in check_eir_remote_name()
250 *(p_remote_name + remote_name_len) = 0; in check_eir_remote_name()
251 *p_remote_name_len = remote_name_len; in check_eir_remote_name()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h918 UINT8 remote_name_len; member
Dbtm_api.h670 UINT16 remote_name_len; member
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h482 UINT8 remote_name_len; member
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c2971 p_info->remote_name_len = p_adv_data->remote_name_len = ad_len - 1;