Trying to setup BlueNRG Chat example with fixed PIN, but having no success.
My device init looks like this: ret = aci_gap_init(GAP_PERIPHERAL_ROLE, 0,0x08, &service_handle, &dev_name_char_handle, &appearance_char_handle); if(ret != BLE_STATUS_SUCCESS) { //PRINTF("GAP_Init failed: 0x%02x\n", ret); return ret; } r...