Searched refs:CHIP_ID_AP807 (Results 1 – 2 of 2) sorted by relevance
207 if (ble_get_ap_type() == CHIP_ID_AP807) { in ble_plat_avs_config()327 if ((ap_type != CHIP_ID_AP807) && (avs_step[1] < 0x33)) { in avs_update_from_eeprom()331 } else if (ap_type == CHIP_ID_AP807 && (avs_step[2] < 0x4)) { in avs_update_from_eeprom()413 if (ap_type != CHIP_ID_AP807) { in ble_plat_svc_config()603 if (ap_type != CHIP_ID_AP807) in ble_plat_svc_config()749 if (ble_get_ap_type() == CHIP_ID_AP807) in ble_plat_setup()
24 #define CHIP_ID_AP807 0x807 macro