Searched refs:sl_bt_performance_profile_t (Results 1 – 4 of 4) sorted by relevance
43 sl_status_t sl_si91x_bt_set_performance_profile(const sl_bt_performance_profile_t *profile);53 sl_status_t sl_si91x_bt_get_performance_profile(sl_bt_performance_profile_t *profile);55 sl_status_t sl_si91x_bt_get_performance_profile(sl_bt_performance_profile_t *profile);
68 sl_bt_performance_profile_t bt_performance_profile;159 void save_bt_current_performance_profile(const sl_bt_performance_profile_t *profile);162 void get_bt_current_performance_profile(sl_bt_performance_profile_t *profile);276 const sl_bt_performance_profile_t *bt_profile);
2126 } sl_bt_performance_profile_t; typedef
684 void save_bt_current_performance_profile(const sl_bt_performance_profile_t *profile) in save_bt_current_performance_profile()687 memcpy(&performance_profile.bt_performance_profile, profile, sizeof(sl_bt_performance_profile_t)); in save_bt_current_performance_profile()690 void get_bt_current_performance_profile(sl_bt_performance_profile_t *profile) in get_bt_current_performance_profile()693 memcpy(profile, &performance_profile.bt_performance_profile, sizeof(sl_bt_performance_profile_t)); in get_bt_current_performance_profile()1723 const sl_bt_performance_profile_t *bt_profile) in sli_si91x_send_power_save_request()