Searched refs:bt_performance_profile (Results 1 – 2 of 2) sorted by relevance
613 mode_decision = (uint8_t)((performance_profile.bt_performance_profile.profile << 4) in get_coex_performance_profile()614 | (performance_profile.bt_performance_profile.profile)); in get_coex_performance_profile()621 | (performance_profile.bt_performance_profile.profile)); in get_coex_performance_profile()687 memcpy(&performance_profile.bt_performance_profile, profile, sizeof(sl_bt_performance_profile_t)); in save_bt_current_performance_profile()693 memcpy(profile, &performance_profile.bt_performance_profile, sizeof(sl_bt_performance_profile_t)); in get_bt_current_performance_profile()
68 sl_bt_performance_profile_t bt_performance_profile; member