axa88

Results 27 comments of axa88

Using the BLESecurity callback as mentioned here, where could i decode meaning of [esp_ble_auth_cmpl_t](https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/bluetooth/esp_gap_ble.html#_CPPv419esp_ble_auth_cmpl_t)? It seems `fail_reason` in the GAP API [documentation ](https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/bluetooth/esp_gap_ble.html#_CPPv4N19esp_ble_auth_cmpl_t11fail_reasonE) has no explanation. The library only mentions...

> @axa88 I’ve ran into this as well. Can you please show me what you mean when pairing twice? I’ve been having trouble just getting them to pair. literally i...

@Sigmaaaa i should state i have never actually had to deal with this issue, but perhaps are you looking at this backwards? You state that you want your server to...

@chegewara OP stated he wanted rssi of clients connected to esp32 server, not the rssi of an esp32 client. Is that even possible in any way?

v3.0.0/3.0.1 this issue is still valid Checking the source, imho this never got fixed as the issue is a product of a bad design. The scan understandably has to be...

> The characteristic is present in nrfConnect. > nrfConnect for iOS shows it's missing as well This is confusing. Are you trying to say the characteristic is present in nRF...

> > It strikes me that until there is support on WinUI, this should return false > > Yes, I think you're right. It's easy to fix that. PR welcome...

> > It strikes me that until there is support on WinUI, this should return false > > Yes, I think you're right. It's easy to fix that. PR welcome...

It seems to me the issue is more basic. Where as any change effecting a `CollectionView` `SelectedItem(s)` `VisualState` will result in the `View` losing its `Selected` state `Style` In this...

This issue to me appears simply that `DisplayAlerts` should be programmatically closable. As not being able to do so leads to various issues. This issue is even more irritating in...