Home
last modified time | relevance | path

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

/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dbt_vendor_qcom.c66 uint8_t vnd_local_bd_addr[6]={0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; variable
529 vnd_local_bd_addr[i] = *(local_bdaddr + (5-i)); in init()
532 vnd_local_bd_addr[0], in init()
533 vnd_local_bd_addr[1], in init()
534 vnd_local_bd_addr[2], in init()
535 vnd_local_bd_addr[3], in init()
536 vnd_local_bd_addr[4], in init()
537 vnd_local_bd_addr[5]); in init()
792 … memcpy(vnd_local_bd_addr, local_bd_addr_from_prop, sizeof(vnd_local_bd_addr)); in op()
805 if(ignore_boot_prop && !bt_vendor_nv_read(1, vnd_local_bd_addr)) in op()
[all …]
Dhw_rome.c85 extern uint8_t vnd_local_bd_addr[6];
848 memcpy(nvm_byte_ptr, vnd_local_bd_addr, 6); in rome_get_tlv_file()
1278 memcpy(&cmds[i][TAG_BDADDR_OFFSET], vnd_local_bd_addr, 6); in rome_1_0_nvm_tag_dnld()
/hardware/broadcom/libbt/src/
Dhardware.c166 extern uint8_t vnd_local_bd_addr[BD_ADDR_LEN];
556 vnd_local_bd_addr[0], vnd_local_bd_addr[1], vnd_local_bd_addr[2], in hw_config_set_bdaddr()
557 vnd_local_bd_addr[3], vnd_local_bd_addr[4], vnd_local_bd_addr[5]); in hw_config_set_bdaddr()
561 *p++ = vnd_local_bd_addr[5]; in hw_config_set_bdaddr()
562 *p++ = vnd_local_bd_addr[4]; in hw_config_set_bdaddr()
563 *p++ = vnd_local_bd_addr[3]; in hw_config_set_bdaddr()
564 *p++ = vnd_local_bd_addr[2]; in hw_config_set_bdaddr()
565 *p++ = vnd_local_bd_addr[1]; in hw_config_set_bdaddr()
566 *p = vnd_local_bd_addr[0]; in hw_config_set_bdaddr()
Dbt_vendor_brcm.c66 uint8_t vnd_local_bd_addr[6]={0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; variable
124 memcpy(vnd_local_bd_addr, local_bdaddr, 6); in init()
/hardware/qcom/bt/msm8960/libbt-vendor/src/
Dbt_vendor_qcom.c48 uint8_t vnd_local_bd_addr[6]={0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; variable
89 memcpy(vnd_local_bd_addr, local_bdaddr, 6); in init()