Searched refs:CHIP_ID_AP807 (Results 1 – 2 of 2) sorted by relevance
219 if (ble_get_ap_type() == CHIP_ID_AP807) { in ble_plat_avs_config()339 if ((ap_type != CHIP_ID_AP807) && (avs_step[1] < 0x33)) { in avs_update_from_eeprom()343 } else if (ap_type == CHIP_ID_AP807 && (avs_step[2] < 0x4)) { in avs_update_from_eeprom()425 if (ap_type != CHIP_ID_AP807) { in ble_plat_svc_config()615 if (ap_type != CHIP_ID_AP807) in ble_plat_svc_config()757 if (ble_get_ap_type() == CHIP_ID_AP807) in ble_plat_setup()
24 #define CHIP_ID_AP807 0x807 macro