Bluetooth Synchronous Connection Oriented Channel Application Programming Interface.
More...
|
#define | WICED_BT_SCO_CONNECTION_ACCEPT 0x00 |
|
#define | WICED_BT_SCO_CONNECTION_REJECT_RESOURCES 0x0D |
|
#define | WICED_BT_SCO_CONNECTION_REJECT_SECURITY 0x0E |
|
#define | WICED_BT_SCO_CONNECTION_REJECT_DEVICE 0x0F |
|
#define | WICED_INVALID_SCO_INDEX 0xFFFF |
|
#define | WICED_SCO_LINK_ALL_PKT_MASK 0x003F |
|
#define | WICED_SCO_LINK_ONLY_MASK 0x0007 |
|
#define | WICED_SCO_PKT_TYPES_MASK_HV3 0x0004 |
|
#define | WICED_SCO_PKT_TYPES_MASK_EV3 0x0008 |
|
#define | WICED_SCO_PKT_TYPES_MASK_EV4 0x0010 |
|
#define | WICED_SCO_PKT_TYPES_MASK_EV5 0x0020 |
|
#define | WICED_SCO_PKT_TYPES_MASK_NO_2_EV3 0x0040 |
|
#define | WICED_SCO_PKT_TYPES_MASK_NO_3_EV3 0x0080 |
|
#define | WICED_SCO_PKT_TYPES_MASK_NO_2_EV5 0x0100 |
|
#define | WICED_SCO_PKT_TYPES_MASK_NO_3_EV5 0x0200 |
|
#define | WICED_BT_SCO_DATA_CB_GET_LENGTH(ltch_len) ((ltch_len>>8)&0xff) |
|
#define | wiced_bt_sco_create_as_acceptor_with_specific_ag(ag_addr, p_sco_index) BTM_CreateSco(ag_addr, 0, 0, p_sco_index) |
|
Bluetooth Synchronous Connection Oriented Channel Application Programming Interface.