1 /** @file 2 * @brief HCI controller user extensions 3 */ 4 5 /* 6 * Copyright (c) 2019 Oticon A/S 7 * 8 * SPDX-License-Identifier: Apache-2.0 9 */ 10 11 int8_t hci_user_ext_get_class(struct node_rx_pdu *node_rx); 12 void hci_user_ext_encode_control(struct node_rx_pdu *node_rx, struct pdu_data *pdu_data, struct net_buf *buf); 13