BluFi additional/unhandled fields
Posted: Fri Oct 13, 2017 11:45 pm
From we see:
Those features would be great to have, in both the Android/iOS blufi client lib. Everything else works great, I'm happy with the encryption when sending SSID + password, I just want to be able to set more fields (or a generic field I can fill with binary data). Is there any way to fork the EspBlufi and iosBlufi libraries to add support for custom fields ourselves?
Code: Select all
examples/bluetooth/blufi/main/blufi_example_main.c
Code: Select all
case ESP_BLUFI_EVENT_RECV_USERNAME:
/* Not handle currently */
break;
case ESP_BLUFI_EVENT_RECV_CA_CERT:
/* Not handle currently */
break;
case ESP_BLUFI_EVENT_RECV_CLIENT_CERT:
/* Not handle currently */
break;
case ESP_BLUFI_EVENT_RECV_SERVER_CERT:
/* Not handle currently */
break;
case ESP_BLUFI_EVENT_RECV_CLIENT_PRIV_KEY:
/* Not handle currently */
break;;
case ESP_BLUFI_EVENT_RECV_SERVER_PRIV_KEY:
/* Not handle currently */
break;