Bluetooth: controller: ISO adaptation layer, Rx unframed
First design towards ISO adaptation layer, this PR introduces data-structures and framework for Rx unframed PDUs (BT RX ingress). Two callbacks are defined for the SDU production (BT RX egress), one for SDU allocation as well as a callback for emitting a reassembled SDU. Signed-off-by: Asger Munk Nielsen <asmk@oticon.com>
This commit is contained in:
parent
958e826b69
commit
b9b1c7e19b
13 changed files with 1016 additions and 19 deletions
|
@ -667,6 +667,12 @@ struct bt_hci_rp_read_bd_addr {
|
|||
#define BT_HCI_DATAPATH_DIR_HOST_TO_CTLR 0x00
|
||||
#define BT_HCI_DATAPATH_DIR_CTLR_TO_HOST 0x01
|
||||
|
||||
/* audio datapath IDs */
|
||||
#define BT_HCI_DATAPATH_ID_HCI 0x00
|
||||
#define BT_HCI_DATAPATH_ID_VS 0x01
|
||||
#define BT_HCI_DATAPATH_ID_VS_END 0xfe
|
||||
#define BT_HCI_DATAPATH_ID_DISABLED 0xff
|
||||
|
||||
/* coding format assigned numbers, used for codec IDs */
|
||||
#define BT_HCI_CODING_FORMAT_ULAW_LOG 0x00
|
||||
#define BT_HCI_CODING_FORMAT_ALAW_LOG 0x01
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue