Bluetooth Driver services: Difference between revisions
No edit summary |
No edit summary |
||
| Line 182: | Line 182: | ||
| 83 ([5.0.0-5.0.2] 82) || [5.0.0+] [[#GetGattNextDescriptor]] ([5.0.0-8.1.1] [[#GetGattNextDescriptor|LeGetNextDescriptor]]) | | 83 ([5.0.0-5.0.2] 82) || [5.0.0+] [[#GetGattNextDescriptor]] ([5.0.0-8.1.1] [[#GetGattNextDescriptor|LeGetNextDescriptor]]) | ||
|- | |- | ||
| 84 || [5.0.0+] RegisterGattManagedDataPath | | 84 || [5.0.0+] [[#RegisterGattManagedDataPath]] ([5.0.0-8.1.1] [[#RegisterGattManagedDataPath|RegisterLeCoreDataPath]]) | ||
|- | |- | ||
| 85 || [5.0.0+] UnregisterGattManagedDataPath | | 85 || [5.0.0+] [[#UnregisterGattManagedDataPath]] ([5.0.0-8.1.1] [[#UnregisterGattManagedDataPath|UnregisterLeCoreDataPath]]) | ||
|- | |- | ||
| 86 || [5.0.0+] RegisterGattHidDataPath | | 86 || [5.0.0+] [[#RegisterGattHidDataPath]] ([5.0.0-8.1.1] [[#RegisterGattHidDataPath|RegisterLeHidDataPath]]) | ||
|- | |- | ||
| 87 || [5.0.0+] UnregisterGattHidDataPath | | 87 || [5.0.0+] [[#UnregisterGattHidDataPath]] ([5.0.0-8.1.1] [[#UnregisterGattHidDataPath|UnregisterLeHidDataPath]]) | ||
|- | |- | ||
| 88 || [5.0.0+] RegisterGattDataPath | | 88 || [5.0.0+] [[#RegisterGattDataPath]] ([5.0.0-8.1.1] [[#RegisterGattDataPath|RegisterLeDataPath]]) | ||
|- | |- | ||
| 89 ([5.0.0-5.0.2] 83) || [5.0.0+] UnregisterGattDataPath | | 89 ([5.0.0-5.0.2] 83) || [5.0.0+] [[#UnregisterGattDataPath]] ([5.0.0-8.1.1] [[#UnregisterGattDataPath|UnregisterLeDataPath]]) | ||
|- | |- | ||
| 90 ([5.0.0-5.0.2] 89) || [5.0.0+] ReadGattCharacteristic | | 90 ([5.0.0-5.0.2] 89) || [5.0.0+] ReadGattCharacteristic | ||
| Line 514: | Line 514: | ||
== GetGattNextDescriptor == | == GetGattNextDescriptor == | ||
Takes an input bool, an u32, a [[#GattId]], a [[#GattId]], a [[#GattId]], a [[#GattAttributeUuid]], returns an output [[#GattId]]. | Takes an input bool, an u32, a [[#GattId]], a [[#GattId]], a [[#GattId]], a [[#GattAttributeUuid]], returns an output [[#GattId]]. | ||
== RegisterGattManagedDataPath == | |||
Takes an input [[#GattAttributeUuid]], no output. | |||
== UnregisterGattManagedDataPath == | |||
Takes an input [[#GattAttributeUuid]], no output. | |||
== RegisterGattHidDataPath == | |||
Takes an input [[#GattAttributeUuid]], no output. | |||
== UnregisterGattHidDataPath == | |||
Takes an input [[#GattAttributeUuid]], no output. | |||
== RegisterGattDataPath == | |||
Takes an input [[#GattAttributeUuid]], no output. | |||
== UnregisterGattDataPath == | |||
Takes an input [[#GattAttributeUuid]], no output. | |||
= bt = | = bt = | ||