Commit Graph

10 Commits

Author SHA1 Message Date
yellows8
c12c263208
btdrv: Fixed btdrvGetHidReport IPC, updated docs, and added an enum. 2020-07-27 18:04:35 -04:00
yellows8
dcca771a9b
btdrv: Added btdrvTriggerConnection. 2020-07-27 02:02:34 -04:00
yellows8
c2dcc6333c
btdrv: Added cmds:
btdrvSetBleVisibility, btdrvSetBleAdvertiseData, btdrvSetBleAdvertiseParameter, btdrvRegisterGattClient, btdrvUnregisterGattClient, btdrvUnregisterAllGattClients, btdrvGetGattAttribute, btdrvGetGattService, btdrvRegisterGattServer, btdrvUnregisterGattServer, btdrvConnectGattClient, btdrvDisconnectGattClient, btdrvAddGattService, btdrvEnableGattService, btdrvAddGattCharacteristic, btdrvAddGattDescriptor, btdrvGetBleManagedEventInfo, btdrvGetGattFirstCharacteristic, btdrvGetGattNextCharacteristic, btdrvGetGattFirstDescriptor, btdrvGetGattNextDescriptor, btdrvRegisterGattManagedDataPath, btdrvUnregisterGattManagedDataPath, btdrvRegisterGattHidDataPath, btdrvUnregisterGattHidDataPath, btdrvRegisterGattDataPath, btdrvUnregisterGattDataPath.
2020-07-26 16:53:48 -04:00
yellows8
f8875c7cd3
btdrv: Added btdrvGetEventInfo/btdrvGetHidEventInfo, etc. 2020-07-22 23:28:16 -04:00
yellows8
2f179dfca2
btdrvGetLeEventInfo -> btdrvGetLeHidEventInfo 2020-07-22 22:32:55 -04:00
yellows8
b73a20e3b9
btdrv: Added more cmds and the required enum:
btdrvGetLatestPlr, btdrvEnableTxPowerBoostSetting, btdrvIsTxPowerBoostSettingEnabled, btdrvEnableAfhSetting, btdrvIsAfhSettingEnabled, btdrvGetChannelMap, btdrvMoveToSecondaryPiconet, btdrvIsManufacturingMode, btdrvEmulateBluetoothCrash, btdrvGetBleChannelMap.
2020-07-22 17:05:43 -04:00
yellows8
04817e130b
btdrv: Added HidReportEventInfo support. 2020-07-21 11:52:14 -04:00
yellows8
cbe9958e52
btdrv: Added cmds:
btdrvGetAdapterProperties, btdrvGetAdapterProperty, btdrvSetAdapterProperty, btdrvWriteHidData, btdrvWriteHidData2, btdrvSetHidReport, btdrvGetHidReport.

Added/updated the required enum/struct.

bt(drv): Updated docs.
2020-07-17 10:58:36 -04:00
yellows8
002111ca11
btdrv: Use InitializeBluetoothDriver during init. 2020-07-15 17:53:53 -04:00
yellows8
0fcbf97b49
Added initial bluetooth support. 2020-07-15 16:15:42 -04:00