Searched refs:lmp_subversion (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/src/ |
A D | hci_process.c | 223 uint32_t svn_version, coex_version, lmp_subversion; in hci_set_patch() local 234 LE_ARRAY_TO_UINT32(lmp_subversion, (p_hci_patch->fw_buf+p_hci_patch->fw_len-4)); in hci_set_patch() 250 …n: %x LMP VERSION:%x\n",(int)svn_version, (unsigned int)coex_version,(unsigned int)lmp_subversion); in hci_set_patch() 253 …n: %x LMP VERSION:%x\n",(int)svn_version, (unsigned int)coex_version,(unsigned int)lmp_subversion); in hci_set_patch() 256 (void)lmp_subversion; in hci_set_patch()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/hci/ |
A D | hci_board.c | 400 uint32_t lmp_subversion;; in hci_rtk_find_patch() local 409 hci_flash_stream_read(p_merge_addr+8 ,4, (uint8_t *)&lmp_subversion); in hci_rtk_find_patch() 428 …board_debug("\n lmp_subversion=%x , fw_len =%x, fw_offset = %x \n", lmp_subversion, fw_len, fw_of… in hci_rtk_find_patch() 448 …board_debug("\n lmp_subversion=%x , fw_len =%x, fw_offset = %x \n", lmp_subversion, fw_len, fw_of… in hci_rtk_find_patch() 470 LE_UINT32_TO_ARRAY(fw_buf+fw_len-4,lmp_subversion); in hci_rtk_find_patch() 512 …f=%x, fw_len = %x, config_buf = %x,config_len= %x, baudrate 0x%x\n", lmp_subversion,fw_buf, fw_len… in hci_rtk_find_patch()
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | hci_core.h | 193 u16_t lmp_subversion; member
|
A D | hci_api.c | 626 uint16_t *lmp_subversion, in hci_api_read_local_version_info() argument 648 *lmp_subversion = rp->lmp_subversion; in hci_api_read_local_version_info()
|
A D | hci_core.c | 5905 bt_dev.lmp_subversion = sys_le16_to_cpu(rp->lmp_subversion); in read_local_ver_complete() 6162 &bt_dev.lmp_subversion, in common_init() 6886 bt_dev.lmp_subversion); in bt_dev_show_info()
|
/AliOS-Things-master/components/ble_host/include/ |
A D | hci_api.h | 65 uint16_t *lmp_subversion,
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | hci.h | 528 u16_t lmp_subversion; member
|
Completed in 33 milliseconds