zephyr/subsys/bluetooth/controller/hci/hci_user_ext.h

13 lines
311 B
C

/** @file
* @brief HCI controller user extensions
*/
/*
* Copyright (c) 2019 Oticon A/S
*
* SPDX-License-Identifier: Apache-2.0
*/
int8_t hci_user_ext_get_class(struct node_rx_pdu *node_rx);
void hci_user_ext_encode_control(struct node_rx_pdu *node_rx, struct pdu_data *pdu_data, struct net_buf *buf);