I'm using : the X-Nucleo-bnrg2A1A nucleo L476RGand I already tried to Flash my bluetooth with the examples on the firmware ST BLUENRG DK, especially the DTM. And tried the BLE_chat but I can't see the bluetooth in my phone using BLE Scanner.
Hello, Thank you for your response, I increased the array size for attribute table by doing #define ATT_VALUE_ARRAY_SIZE (44 + 496 + OTA_ATT_VALUE_ARRAY_SIZE) //(GATT + GAP) = 44 + serial port (TX (249) + RX (247) characteristics) Servicesbecasue I...
thank you Laurent for your response, meanwhile I tried to modify the char_value_length which is 20 to 124 by doing this : ret = aci_gatt_add_char(SerialPortServHandle, UUID_TYPE_128, &char_uuid, 124, CHAR_PROP_NOTIFY, ATTR_PERMISSION_NONE, 0, ...
Thank you so much Laurent for your answer, I've already flashed my x-nucleo-bnrg2a1 with the serial_port example from the latest SDK, but I can see the bluenrg on my phone to communicate with the module, I tried with BLE scanner and nrF connect. The ...