Searched refs:node_terminate (Results 1 – 2 of 2) sorted by relevance
1293 struct node_rx_pdu *node_terminate; in cis_disabled_cb() local1298 node_terminate = ull_pdu_rx_alloc(); in cis_disabled_cb()1299 LL_ASSERT(node_terminate); in cis_disabled_cb()1300 node_terminate->hdr.handle = cis->lll.handle; in cis_disabled_cb()1301 node_terminate->hdr.type = NODE_RX_TYPE_TERMINATE; in cis_disabled_cb()1302 *((uint8_t *)node_terminate->pdu) = cis->terminate_reason; in cis_disabled_cb()1304 ll_rx_put_sched(node_terminate->hdr.link, node_terminate); in cis_disabled_cb()
452 struct node_rx_pdu *node_terminate; in ll_terminate_ind_send() local454 node_terminate = ull_pdu_rx_alloc(); in ll_terminate_ind_send()455 LL_ASSERT(node_terminate); in ll_terminate_ind_send()457 node_terminate->hdr.handle = handle; in ll_terminate_ind_send()458 node_terminate->hdr.type = NODE_RX_TYPE_TERMINATE; in ll_terminate_ind_send()459 *((uint8_t *)node_terminate->pdu) = in ll_terminate_ind_send()462 ll_rx_put_sched(node_terminate->hdr.link, in ll_terminate_ind_send()463 node_terminate); in ll_terminate_ind_send()