/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | bt_vendor_qcom.c | 67 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 …]
|
D | hw_rome.c | 86 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/ |
D | bt_vendor_qcom.c | 67 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 …]
|
D | hw_rome.c | 86 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/ |
D | bt_vendor_qcom.c | 76 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 …]
|
D | hw_rome.c | 88 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/ |
D | bt_vendor_qcom.c | 48 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/ |
D | hardware.c | 167 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()
|
D | bt_vendor_brcm.c | 66 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()
|