David Horner
David Horner
it needs more work for review... just fyi im looking at it. if you have any suggestions or feedback let me know.
I'd like to contribute advertisement support but based on the filtering discussion #24; I'm concerned I may be spending time on something that won't be something you're interested in. without...
I do not have a Mac as of now but would be interested in helping with Linux and Windows implementations. > The only advertisement data that is allowed is device...
please apologize the mess; concepts are there, I'm still using the methods I originally placed in some example code I've yet to refactor. Are you thinking something like this on...
https://stackoverflow.com/questions/63175411/ios-omits-manufacturer-data-from-advertisement-in-background-mode "define a 16 bit or 128 bit GATT Service UUID and send out an advert with attached data bytes" wow. yuck, I don't mean to get hung up on...
``` let data = adv_data.to_custom_bytes(); let advertisement_data = AdvertisementData { local_name: None, manufacturer_data: Some(ManufacturerData { company_id: 0x0059, data: data, }), services: vec![], service_data: HashMap::new(), tx_power_level: None, is_connectable: false, }; let...
I know the documentation says only LocalName and UUIDsKey are supported. The code does work with AdvDataManufacturer on the my macbook. The manufacterer company_id comes through and the next two...
The linux scanning I'm having trouble getting the advertisements. Both my windows and macos machines are showing advertisements regularly (about every second) and the linux machine shows the first one...
let me know when 1.x fix happens and I will validate. thank you much appreciated.
I'm not sure the maintainer is interested. I'm not sure if I know enough. I respect any decision you make in terms of version support. If you can point me...