I am trying to figure out how a missed "handle value confirmation" for a gatt indication is handled.
i.e. a server sends an indication to a client, but for some reason a "handle value confirmation" is never received back by the server. Does the server resend the indication? Does it do nothing? I have been poking around the SimpleBLEPeripheral code and the BLUETOOTH SPECIFICATION, and have not been able to find any thing. Any advice would be appreciated.
Thanks in advance.