Lines Matching refs:status
82 static void ticker_update_op_cb(uint32_t status, void *param);
88 static void ticker_stop_op_cb(uint32_t status, void *param);
99 static void ticker_stop_aux_op_cb(uint32_t status, void *param);
102 static void ticker_stop_ext_op_cb(uint32_t status, void *param);
2086 rx->rx_ftr.param_adv_term.status = BT_HCI_ERR_LIMIT_REACHED;
2093 rx->rx_ftr.param_adv_term.status = BT_HCI_ERR_ADV_TIMEOUT;
2498 static void ticker_update_op_cb(uint32_t status, void *param) argument
2515 LL_ASSERT(status == TICKER_STATUS_SUCCESS ||
2543 static void ticker_stop_op_cb(uint32_t status, void *param) argument
2550 if (status != TICKER_STATUS_SUCCESS) {
2624 cc->status = BT_HCI_ERR_ADV_TIMEOUT;
2640 rx->rx_ftr.param_adv_term.status = BT_HCI_ERR_ADV_TIMEOUT;
2703 static void ticker_stop_aux_op_cb(uint32_t status, void *param) argument
2709 LL_ASSERT(status == TICKER_STATUS_SUCCESS);
2752 static void ticker_stop_ext_op_cb(uint32_t status, void *param) argument
2759 if (status != TICKER_STATUS_SUCCESS) {