I've looked through many examples (in particular p2p client ) but I can't find any that sends payload that's made of array ```uint8_t pPayload[] = {0xFF, 0x01, 0x00, 0x05, 0xAA};uint8_t payloadLength = sizeof(pPayload);ret = aci_gatt_write_without_re...