Home
last modified time | relevance | path

Searched refs:node_terminate (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn_iso.c1293 struct node_rx_pdu *node_terminate; in cis_disabled_cb() local
1298 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()
Dull_conn.c452 struct node_rx_pdu *node_terminate; in ll_terminate_ind_send() local
454 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()