BTM_ReadDeviceScoPacketTypes() function
* Function BTM_ReadDeviceScoPacketTypes * Description This function is read the SCO packet types that * the device supports. * Returns Packet types supported by the device. * One or more of the following (bitmask): * BTM_SCO_PKT_TYPES_MASK_HV1 * BTM_SCO_PKT_TYPES_MASK_HV2 * BTM_SCO_PKT_TYPES_MASK_HV3 * BTM_SCO_PKT_TYPES_MASK_EV3 * BTM_SCO_PKT_TYPES_MASK_EV4 * BTM_SCO_PKT_TYPES_MASK_EV5 * BTM_SCO_PKT_TYPES_MASK_NO_2_EV3 * BTM_SCO_PKT_TYPES_MASK_NO_3_EV3 * BTM_SCO_PKT_TYPES_MASK_NO_2_EV5 * BTM_SCO_PKT_TYPES_MASK_NO_3_EV5
Syntax
UINT16 BTM_ReadDeviceScoPacketTypes (void);