goble icon indicating copy to clipboard operation
goble copied to clipboard

Go implementation of Bluetooth LE support for OSX (derived from noble/bleno)

Results 3 goble issues
Sort by recently updated
recently updated
newest added

Hello, I was able to get the code compiled and seems to be working ok until I call ble.Connect. After calling connect I don't get any response from the peripheral....

# emitter.go - Added a MakeEmitter func that will create an Emitter and initialized its properties. - Added Close func to clean chans of Emitter - Added chan for subscribe...

error info: ``` # github.com/raff/goble/xpc xpc_wrapper.c:41:9: warning: implicit declaration of function 'Block_copy' is invalid in C99 [-Wimplicit-function-declaration] xpc_wrapper.c:41:9: error: invalid block pointer conversion passing 'int' to parameter of type 'xpc_handler_t...