Commit Graph

13 Commits

Author SHA1 Message Date
yellows8
0ad7458b9f
btdrv/btmu: Updated structs. 2020-08-02 23:27:23 -04:00
yellows8
c2e8555937
btdrv/btmu: Various improvements. 2020-08-02 22:29:45 -04:00
yellows8
efa07fc2d7
Added btmu and added btdrv structs. 2020-08-01 17:18:52 -04:00
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
b68a1f636f
btdrv: Updated the BtdrvBleAdvertisePacketData struct. 2020-07-26 22:44:12 -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
0fcbf97b49
Added initial bluetooth support. 2020-07-15 16:15:42 -04:00