Home
last modified time | relevance | path

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

/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dbt_vendor_qcom.c67 uint8_t vnd_local_bd_addr[6]={0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; variable
530 vnd_local_bd_addr[i] = *(local_bdaddr + (5-i)); in init()
533 vnd_local_bd_addr[0], in init()
534 vnd_local_bd_addr[1], in init()
535 vnd_local_bd_addr[2], in init()
536 vnd_local_bd_addr[3], in init()
537 vnd_local_bd_addr[4], in init()
538 vnd_local_bd_addr[5]); in init()
796 … memcpy(vnd_local_bd_addr, local_bd_addr_from_prop, sizeof(vnd_local_bd_addr)); in op()
809 if(ignore_boot_prop && !bt_vendor_nv_read(1, vnd_local_bd_addr)) in op()
[all …]
Dhw_rome.c86 extern uint8_t vnd_local_bd_addr[6];
889 memcpy(nvm_byte_ptr, vnd_local_bd_addr, 6); in rome_get_tlv_file()
1319 memcpy(&cmds[i][TAG_BDADDR_OFFSET], vnd_local_bd_addr, 6); in rome_1_0_nvm_tag_dnld()
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dbt_vendor_qcom.c67 uint8_t vnd_local_bd_addr[6]={0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; variable
530 vnd_local_bd_addr[i] = *(local_bdaddr + (5-i)); in init()
533 vnd_local_bd_addr[0], in init()
534 vnd_local_bd_addr[1], in init()
535 vnd_local_bd_addr[2], in init()
536 vnd_local_bd_addr[3], in init()
537 vnd_local_bd_addr[4], in init()
538 vnd_local_bd_addr[5]); in init()
801 … memcpy(vnd_local_bd_addr, local_bd_addr_from_prop, sizeof(vnd_local_bd_addr)); in op()
814 if(ignore_boot_prop && !bt_vendor_nv_read(1, vnd_local_bd_addr)) in op()
[all …]
Dhw_rome.c86 extern uint8_t vnd_local_bd_addr[6];
889 memcpy(nvm_byte_ptr, vnd_local_bd_addr, 6); in rome_get_tlv_file()
1319 memcpy(&cmds[i][TAG_BDADDR_OFFSET], vnd_local_bd_addr, 6); in rome_1_0_nvm_tag_dnld()
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dbt_vendor_qcom.c76 uint8_t vnd_local_bd_addr[6]={0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; variable
543 vnd_local_bd_addr[i] = *(local_bdaddr + (5-i)); in init()
546 vnd_local_bd_addr[0], in init()
547 vnd_local_bd_addr[1], in init()
548 vnd_local_bd_addr[2], in init()
549 vnd_local_bd_addr[3], in init()
550 vnd_local_bd_addr[4], in init()
551 vnd_local_bd_addr[5]); in init()
825 … memcpy(vnd_local_bd_addr, local_bd_addr_from_prop, sizeof(vnd_local_bd_addr)); in op()
837 if(ignore_boot_prop && !bt_vendor_nv_read(1, vnd_local_bd_addr)) in op()
[all …]
Dhw_rome.c88 extern uint8_t vnd_local_bd_addr[6];
907 memcpy(nvm_byte_ptr, vnd_local_bd_addr, 6); in rome_get_tlv_file()
1340 memcpy(&cmds[i][TAG_BDADDR_OFFSET], vnd_local_bd_addr, 6); in rome_1_0_nvm_tag_dnld()
/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()
/hardware/broadcom/libbt/src/
Dhardware.c167 extern uint8_t vnd_local_bd_addr[BD_ADDR_LEN];
558 vnd_local_bd_addr[0], vnd_local_bd_addr[1], vnd_local_bd_addr[2], in hw_config_set_bdaddr()
559 vnd_local_bd_addr[3], vnd_local_bd_addr[4], vnd_local_bd_addr[5]); in hw_config_set_bdaddr()
563 *p++ = vnd_local_bd_addr[5]; in hw_config_set_bdaddr()
564 *p++ = vnd_local_bd_addr[4]; in hw_config_set_bdaddr()
565 *p++ = vnd_local_bd_addr[3]; in hw_config_set_bdaddr()
566 *p++ = vnd_local_bd_addr[2]; in hw_config_set_bdaddr()
567 *p++ = vnd_local_bd_addr[1]; in hw_config_set_bdaddr()
568 *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()