Searched refs:LMP_PAL_Subversion (Results 1 – 3 of 3) sorted by relevance
153 uint16_t LMP_PAL_Subversion = 0; in aci_hal_get_firmware_details_v2() local156 &Manufacturer_Name, &LMP_PAL_Subversion); in aci_hal_get_firmware_details_v2()164 *BTLE_Stack_version_minor = (LMP_PAL_Subversion>>4)&0x0F; in aci_hal_get_firmware_details_v2()165 *BTLE_Stack_version_patch = LMP_PAL_Subversion&0x0F; in aci_hal_get_firmware_details_v2()166 *BTLE_Stack_development = (LMP_PAL_Subversion>>15)&0x01; in aci_hal_get_firmware_details_v2()
462 uint16_t LMP_PAL_Subversion;4706 uint16_t LMP_PAL_Subversion = 0; in hci_read_local_version_information_process() local4719 &LMP_PAL_Subversion); in hci_read_local_version_information_process()4725 rp0->LMP_PAL_Subversion = LMP_PAL_Subversion; in hci_read_local_version_information_process()
584 uint16_t *LMP_PAL_Subversion);