btdrv: Update to 12.x
This commit is contained in:
parent
c1017efb4a
commit
214ef2dd8a
|
@ -156,6 +156,25 @@ public:
|
||||||
{97, nullptr, "RegisterBleHidEvent"},
|
{97, nullptr, "RegisterBleHidEvent"},
|
||||||
{98, nullptr, "SetBleScanParameter"},
|
{98, nullptr, "SetBleScanParameter"},
|
||||||
{99, nullptr, "MoveToSecondaryPiconet"},
|
{99, nullptr, "MoveToSecondaryPiconet"},
|
||||||
|
{100, nullptr, "IsBluetoothEnabled"},
|
||||||
|
{128, nullptr, "AcquireAudioEvent"},
|
||||||
|
{129, nullptr, "GetAudioEventInfo"},
|
||||||
|
{130, nullptr, "OpenAudioConnection"},
|
||||||
|
{131, nullptr, "CloseAudioConnection"},
|
||||||
|
{132, nullptr, "OpenAudioOut"},
|
||||||
|
{133, nullptr, "CloseAudioOut"},
|
||||||
|
{134, nullptr, "AcquireAudioOutStateChangedEvent"},
|
||||||
|
{135, nullptr, "StartAudioOut"},
|
||||||
|
{136, nullptr, "StopAudioOut"},
|
||||||
|
{137, nullptr, "GetAudioOutState"},
|
||||||
|
{138, nullptr, "GetAudioOutFeedingCodec"},
|
||||||
|
{139, nullptr, "GetAudioOutFeedingParameter"},
|
||||||
|
{140, nullptr, "AcquireAudioOutBufferAvailableEvent"},
|
||||||
|
{141, nullptr, "SendAudioData"},
|
||||||
|
{142, nullptr, "AcquireAudioControlInputStateChangedEvent"},
|
||||||
|
{143, nullptr, "GetAudioControlInputState"},
|
||||||
|
{144, nullptr, "AcquireAudioConnectionStateChangedEvent"},
|
||||||
|
{145, nullptr, "GetConnectedAudioDevice"},
|
||||||
{256, nullptr, "IsManufacturingMode"},
|
{256, nullptr, "IsManufacturingMode"},
|
||||||
{257, nullptr, "EmulateBluetoothCrash"},
|
{257, nullptr, "EmulateBluetoothCrash"},
|
||||||
{258, nullptr, "GetBleChannelMap"},
|
{258, nullptr, "GetBleChannelMap"},
|
||||||
|
|
Loading…
Reference in New Issue