Lines Matching refs:GetStatus
176 event_view.GetStatus(), event_view.GetConnectionHandle(), advertiser_address); in handle_set_terminated()
930 if (complete_view.GetStatus() != ErrorCode::SUCCESS) { in on_read_advertising_physical_channel_tx_power()
931 …LOG_INFO("Got a command complete with status %s", ErrorCodeText(complete_view.GetStatus()).c_str()… in on_read_advertising_physical_channel_tx_power()
943 if (complete_view.GetStatus() != ErrorCode::SUCCESS) { in on_set_advertising_enable_complete()
944 …LOG_INFO("Got a command complete with status %s", ErrorCodeText(complete_view.GetStatus()).c_str()… in on_set_advertising_enable_complete()
974 if (complete_view.GetStatus() != ErrorCode::SUCCESS) { in on_set_extended_advertising_enable_complete()
975 …LOG_INFO("Got a command complete with status %s", ErrorCodeText(complete_view.GetStatus()).c_str()… in on_set_extended_advertising_enable_complete()
1007 if (complete_view.GetStatus() != ErrorCode::SUCCESS) { in on_set_extended_advertising_parameters_complete()
1008 …LOG_INFO("Got a command complete with status %s", ErrorCodeText(complete_view.GetStatus()).c_str()… in on_set_extended_advertising_parameters_complete()
1024 if (complete_view.GetStatus() != ErrorCode::SUCCESS) { in on_set_periodic_advertising_enable_complete()
1025 …LOG_INFO("Got a command complete with status %s", ErrorCodeText(complete_view.GetStatus()).c_str()… in on_set_periodic_advertising_enable_complete()
1042 if (complete_view.GetStatus() != ErrorCode::SUCCESS) { in on_set_advertising_set_random_address_complete()
1043 …LOG_INFO("Got a command complete with status %s", ErrorCodeText(complete_view.GetStatus()).c_str()… in on_set_advertising_set_random_address_complete()
1058 if (status_view.GetStatus() != ErrorCode::SUCCESS) { in check_status_with_id()
1062 ErrorCodeText(status_view.GetStatus()).c_str()); in check_status_with_id()
1065 if (status_view.GetStatus() != ErrorCode::SUCCESS) { in check_status_with_id()
1066 … LOG_INFO("Got a command complete with status %s", ErrorCodeText(status_view.GetStatus()).c_str()); in check_status_with_id()
1124 if (status_view.GetStatus() != ErrorCode::SUCCESS) { in check_status()
1128 ErrorCodeText(status_view.GetStatus()).c_str()); in check_status()