Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_gatt_client.c420 uint8_t remote_name_len; in btif_gattc_update_properties() local
425 BTM_EIR_COMPLETE_LOCAL_NAME_TYPE, &remote_name_len); in btif_gattc_update_properties()
430 BT_EIR_SHORTENED_LOCAL_NAME_TYPE, &remote_name_len); in btif_gattc_update_properties()
435 memcpy(bdname.name, p_eir_remote_name, remote_name_len); in btif_gattc_update_properties()
436 bdname.name[remote_name_len]='\0'; in btif_gattc_update_properties()
439 remote_name_len, p_btif_cb->device_type ); in btif_gattc_update_properties()
575 uint8_t remote_name_len; in btif_gattc_upstreams_evt() local
581 BTM_EIR_COMPLETE_LOCAL_NAME_TYPE, &remote_name_len); in btif_gattc_upstreams_evt()
586 BT_EIR_SHORTENED_LOCAL_NAME_TYPE, &remote_name_len); in btif_gattc_upstreams_evt()
Dbtif_dm.c367 UINT8 remote_name_len = 0; in check_eir_remote_name() local
373 BTM_EIR_COMPLETE_LOCAL_NAME_TYPE, &remote_name_len); in check_eir_remote_name()
377 BTM_EIR_SHORTENED_LOCAL_NAME_TYPE, &remote_name_len); in check_eir_remote_name()
382 if (remote_name_len > BD_NAME_LEN) in check_eir_remote_name()
383 remote_name_len = BD_NAME_LEN; in check_eir_remote_name()
387 memcpy(p_remote_name, p_eir_remote_name, remote_name_len); in check_eir_remote_name()
388 *(p_remote_name + remote_name_len) = 0; in check_eir_remote_name()
389 *p_remote_name_len = remote_name_len; in check_eir_remote_name()
1330 UINT8 remote_name_len; in btif_dm_search_devices_evt() local
1352 if (!check_eir_remote_name(p_search_data, bdname.name, &remote_name_len)) in btif_dm_search_devices_evt()
[all …]
/system/bt/stack/include/
Dbtm_ble_api.h817 UINT8 remote_name_len; member
Dbtm_api.h631 UINT16 remote_name_len; member
/system/bt/bta/include/
Dbta_api.h412 UINT8 remote_name_len; member
/system/bt/stack/btm/
Dbtm_ble_gap.c2218 p_info->remote_name_len = p_adv_data->remote_name_len = ad_len - 1;