Brad Campbell

Results 658 comments of Brad Campbell

I tried this PR on the nano33 and can only see the advertisements in iOS. On Android I never see advertisements, either based on the peripheral name or address.

I manually changed the first byte of the adv buffer in the nrf52 driver (so right before the advertisement is transmitted) from 0x40 to 0x42 and i can see it...

I played around with this a little bit today, and I don't think this PR in its current form is something we should merge. I'll try to explain why, and...

As for using the stack (in userspace at least) I think the main missing piece is a syscall interface that supports more than just advertisements. And then implementing the generic...

I'd love to see the BLE stack working, but don't block on me to write a new BLE HIL or syscall interface.

I thought we had a general notion in Tock that changes have to be used to be added. Is there a use for the generic lifetimes?

Well my concern is it adds a ton more rust syntax and is more work, and then it should probably get us some benefit. Sounds like the `set_client()` example is...

If you are wondering what the count looks like today: ``` git grep static | grep -v '//!' | cut -d':' -f1 | sort | uniq -c 9 adc.rs 5...