Search found 1 match
- Mon Jul 15, 2019 9:25 pm
- Forum: General Discussion
- Topic: BLE SPP connect to PC
- Replies: 0
- Views: 2244
BLE SPP connect to PC
Hello I'm using an SPP server based on the example ble_spp_server: https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/bluedroid/ble/ble_spp_server in which I added the next security: * esp_ble_auth_req_t auth_req = ESP_LE_AUTH_REQ_SC_BOND; * esp_ble_io_cap_t iocap = ESP_IO_CAP_NONE;...