Searched refs:remote_name_len (Results 1 – 6 of 6) sorted by relevance
/system/bt/btif/src/ |
D | btif_gatt_client.c | 420 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()
|
D | btif_dm.c | 367 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/ |
D | btm_ble_api.h | 817 UINT8 remote_name_len; member
|
D | btm_api.h | 631 UINT16 remote_name_len; member
|
/system/bt/bta/include/ |
D | bta_api.h | 412 UINT8 remote_name_len; member
|
/system/bt/stack/btm/ |
D | btm_ble_gap.c | 2218 p_info->remote_name_len = p_adv_data->remote_name_len = ad_len - 1;
|