prototooth/examples
Ron Evans ef90e5d337
gattc: use GetUUID() to allow for bare metal use of short UUID. (#14)
* gattc: use UUID() to allow for bare metal to permit clean use of short UUIDs

Signed-off-by: deadprogram <ron@hybridgroup.com>

* gattc/macos: correct usage of UUID wrapper type alias

Signed-off-by: Ron Evans <ron@hybridgroup.com>

* gattc/sd: correct usage of UUID wrapper type alias

Signed-off-by: Ron Evans <ron@hybridgroup.com>

* gattc/sd, uuid/sd: changes intended to reduce memory allocations for service and characteristic discovery

Signed-off-by: deadprogram <ron@hybridgroup.com>

* gattc/sd: partial improvements to DiscoverServices/DiscoverCharacteristics

Signed-off-by: deadprogram <ron@hybridgroup.com>

* gattc/sd: mostly getting uuid back for services in DiscoverServices

Signed-off-by: deadprogram <ron@hybridgroup.com>

* uuid/sd: correct way to calculate UUID from shortUUID

Signed-off-by: deadprogram <ron@hybridgroup.com>

* gattc/sd: able to discover services and characteristics

Signed-off-by: deadprogram <ron@hybridgroup.com>

* examples: updated discover example that can run with OS or bare metal

Signed-off-by: deadprogram <ron@hybridgroup.com>

* gattc/sd: ensure safe casts for length of returned struct when converting short UUID

Signed-off-by: deadprogram <ron@hybridgroup.com>
2020-09-13 20:21:38 +02:00
..
advertisement domain: use custom domain for go.mod and examples 2020-09-09 16:04:40 +02:00
circuitplay gap: add connection handler to be called on adapter connect/disconnect 2020-09-10 17:17:45 +02:00
discover gattc: use GetUUID() to allow for bare metal use of short UUID. (#14) 2020-09-13 20:21:38 +02:00
heartrate domain: use custom domain for go.mod and examples 2020-09-09 16:04:40 +02:00
ledcolor domain: use custom domain for go.mod and examples 2020-09-09 16:04:40 +02:00
nusclient domain: use custom domain for go.mod and examples 2020-09-09 16:04:40 +02:00
nusserver domain: use custom domain for go.mod and examples 2020-09-09 16:04:40 +02:00
scanner domain: use custom domain for go.mod and examples 2020-09-09 16:04:40 +02:00