Re: [DISCUSS] Release Apache Mynewt 1.12.0-rc1 and Apache NimBLE 1.7.0-rc1

2024-04-03 Thread Łukasz Rymanowski
+1 On Fri, 29 Mar 2024 at 16:01, Jerzy Kasenberg wrote: > +1 > > > śr., 27 mar 2024 o 14:57 Szymon Janc napisał(a): > > > Hi all, > > > > This thread is for any and all discussion regarding the release of > > Apache Mynewt 1.12.0 and Apache NimBLE 1.7.0. All feedback is welcome. > > > > -- >

Re: Restricting access from one bonded central

2023-10-16 Thread Łukasz Rymanowski
Hi Davis, Once you have a remote device bonded you should stop advertising with general advertisement and use only directed advertisement. This means you need to reconfigure your advertising instance. In this way, only the bonded device will be able to reconnect. Most probably, you would like to

Re: [VOTE] Release Apache Mynewt 1.11.0-rc1 and Apache NimBLE 1.6.0-rc1

2023-08-25 Thread Łukasz Rymanowski
+1 (binding) On Mon, 21 Aug 2023 at 20:28, wrote: > +1 (binding) > > --- Original Message --- > On Friday, August 11th, 2023 at 8:07 AM, Szymon Janc < > szymon.j...@codecoup.pl> wrote: > > > > > > > > Hello all, > > > > I am pleased to be calling this vote for the source release of > >

Re: [VOTE] Release Apache Mynewt 1.10.0-rc1 and Apache NimBLE 1.5.0-rc1

2022-05-02 Thread Łukasz Rymanowski
+1 (binding) Best Łukasz On Sat, 30 Apr 2022 at 09:58, Jerzy Kasenberg wrote: > > +1 (binding) > > best regards > Jerzy > > pt., 29 kwi 2022 o 11:49 Szymon Janc napisał(a): > > > > +1 (binding) > > > > There are couple of issues mentioned in release notes but those can be > > fixed in point

Re: NimBLE stops working after ~24h

2021-08-11 Thread Łukasz Rymanowski
nimble/nimble/host/src/ble_hs.c:407 > #6 0xb748 in ble_npl_event_run (ev=) at > > /home/jf/git/PineTime/src/libs/mynewt-nimble/porting/npl/freertos/include/nimble/nimble_npl_os.h:115 > #7 nimble_port_run () at /home/jf/git/PineTime/src/main.cpp:266 > > > Also could yo

Re: NimBLE stops working after ~24h

2021-08-06 Thread Łukasz Rymanowski
Hi JF, I need to admit that I totally missed the part that you are on FreeRTOS but I see DEBUG lines that work for you. On the first picture you see radio activity every advertising interval and on the second one you see a single advertising event - all looks good. Anyway, the question now is

Re: BLE GATTS Chatacteristic Long Read

2021-07-25 Thread Łukasz Rymanowski
Hi, Did you try ble_gattc_read_long() ? Example of usage is here: https://github.com/apache/mynewt-nimble/blob/master/apps/btshell/src/main.c#L1633 Best Łukasz On Sun, 25 Jul 2021 at 03:46, matt001k wrote: > > Hello there,I was curious on how to handle long reads requests from a GATT > Client

Re: [DISCUSS] Release Apache Mynewt 1.9.0-rc1 and Apache NimBLE 1.4.0-rc1

2021-03-31 Thread Łukasz Rymanowski
+1 On Thu, 25 Mar 2021 at 02:20, Vipul wrote: > +1 > > Have tried the latest mynewt build on nRF5340 along with mcuboot. Seems to > be working fine. > > On Wed, Mar 24, 2021 at 5:03 PM Szymon Janc wrote: > > > Hi all, > > > > This thread is for any and all discussion regarding the release of >

Re: ACL Data Packet size

2021-01-07 Thread Łukasz Rymanowski
Hi Switi, Your understanding is about right. In Nimble controller it is by default 255, but in general host gets this value using hci le read buffer size. Nimble Host reads it on startup and later expose it by ble_hs_hci_max_acl_payload_sz() To undertand more data exchange between host and the

Re: mynewt roadmap and future

2020-12-08 Thread Łukasz Rymanowski
Hello All, Just wanted to say that there are people here to review and apply patches. As Brian wrote - there is more love needed and that comes from contributors - therefore please do not hesitate to upstream your code as much as possible. Codecoup cares about Mynewt and especially Nimble, where

Re: missing "newtmgr/newtmgr.h"

2020-08-14 Thread Łukasz Rymanowski
t; We are using nmgr_transport_init and newtmgr_process what are mcumgr > equivalents? > > Regards > > Ondrej > Dne 8/14/2020 v 9:46 AM Łukasz Rymanowski napsal(a): > > Hi Ondrej, > > Newtmgr has been removed as we moved to mcumgr ( > https://github.com/apache/mynewt-mcumgr) , whic

Re: missing "newtmgr/newtmgr.h"

2020-08-14 Thread Łukasz Rymanowski
Hi Ondrej, Newtmgr has been removed as we moved to mcumgr ( https://github.com/apache/mynewt-mcumgr) , which is basically an extracted version of newtmgr. It is in release notes: https://cwiki.apache.org/confluence/display/MYNEWT/RN-1.8.0 Best Łukasz On Fri, 14 Aug 2020 at 09:32, Ondrej Pilat

Re: Nimble on NRF52 : connectivity issue with Android, stack seems to freeze

2020-06-15 Thread Łukasz Rymanowski
ith FreeRTOS? We are not sure if this is something doable. > > Thanks, > > On Sun, Jun 14, 2020 at 4:19 PM Łukasz Rymanowski < > lukasz.rymanow...@codecoup.pl> wrote: > > > Hi, > > > > so indeed your logs show that after trying to read include services fro

Re: Nimble on NRF52 : connectivity issue with Android, stack seems to freeze

2020-06-14 Thread Łukasz Rymanowski
will make more sens to you? > > Yeah, it's very strange that it works when the code is supposed to run > slower... It makes me think of a timing or memory issue, but I couldn't > find it... > > Thanks, > JF > > Le 14/06/2020 20:46, Łukasz Rymanowski a écrit : > &

Re: Nimble on NRF52 : connectivity issue with Android, stack seems to freeze

2020-06-14 Thread Łukasz Rymanowski
Hi, Thanks for the report, however looks like attachments are missing. First of all you need to understand what read fails i.e check handle and make sure that your application responds correctly. It is very suspicious that read works with -Og, but still I would focus on that failing read first.

Re: [VOTE] Release Apache Mynewt 1.8.0-rc2 and Apache NimBLE 1.3.0-rc2

2020-04-02 Thread Łukasz Rymanowski
+1 (binding) On Thu, 2 Apr 2020 at 12:52, Andrzej Kaczmarek wrote: > > +1 (binding) > > /a. > > On Thu, Mar 26, 2020 at 5:27 PM Szymon Janc wrote: > > > Hello all, > > > > I am pleased to be calling this vote for the source release of > > Apache Mynewt 1.8.0 and Apache NimBLE 1.3.0. > > > >

Re: sensorhub bsp phase out proposal

2019-11-14 Thread Łukasz Rymanowski
It is actually really intereseting what that sensorhub is but if nobody has an idea about that, let us remove it. +1 On Thu, Nov 14, 2019, 16:49 Vipul Rahane wrote: > +1 it is > > On Thu, Nov 14, 2019 at 1:42 AM Fabio Utzig wrote: > > > > > On Thu, Nov 14, 2019, at 4:58 AM, Jerzy Kasenberg

Re: NimBLE: Optional support of mbedTLS instead of tinycrypt

2019-09-27 Thread Łukasz Rymanowski
Hi Prasad, This is good idea however I think we need bit more for that than syscfg flag. I think we could come up with some crypo API in ble_npl so then anybody can add its own backend. Best Łukasz On Fri, 27 Sep 2019 at 08:56, Prasad wrote: > > Hi all, > > I am thinking of adding optional

Re: getting rid of ble_hs_dbg.c

2019-09-23 Thread Łukasz Rymanowski
Hi On Mon, 23 Sep 2019 at 15:34, Andrzej Kaczmarek < andrzej.kaczma...@codecoup.pl> wrote: > Hi, > > On Wed, Sep 11, 2019 at 3:40 PM Szymon Janc > wrote: > > > Hi, > > > > Since we have BLE_MONITOR support which is far superior copmaring to > > ble_hs_dbg.c... how about getting rid of that

Re: NimBLE library

2019-08-21 Thread Łukasz Rymanowski
Hi, In Bluetooth LE you can read and set Channel Map from/to the controller. Nimble has it implemented and application can make use of it by including ble_hs_hci.h file. Here are the functions you are looking for: int ble_hs_hci_set_chan_class(const uint8_t *chan_map) int

Re: Deprecate "install" and "sync" commands?

2019-08-05 Thread Łukasz Rymanowski
Hi Chris, I'm with you on 3) Best Łukasz On Mon, 5 Aug 2019 at 22:59, Fabio Utzig wrote: > > > On Mon, Aug 5, 2019, at 3:30 PM, Szymon Janc wrote: > > Hi Chris, > > > > Yes! I'm also for option 3. Lets deprecate for next (1.8) release (make > > those print proper warning info when used) and

Re: [VOTE] Release Apache Mynewt 1.7.0-rc2 and Apache NimBLE 1.2.0-rc2

2019-07-31 Thread Łukasz Rymanowski
+1 (binding) On Wed, 31 Jul 2019 at 18:33, Vipul Rahane wrote: > > +1 (binding) > > On Wed, Jul 31, 2019 at 8:56 AM Miguel Azevedo > wrote: > > > +1 (binding) > > > > On Wed, 31 Jul 2019, 16:54 Fabio Utzig, wrote: > > > > > On Mon, Jul 29, 2019, at 8:39 AM, Szymon Janc wrote: > > > > > > > I

Re: Asking for help - Having trouble on PHY

2019-05-09 Thread Łukasz Rymanowski
Hi Silvia, If it is getting back to 1M during transmission that means remote side did it, however if you use Mynewt on both sides that would be odd as Nimble controller does not change PHYs if not requested by Host. In btshell, the `phy-set` command takes TX and RX mask, did you try to mask out

Re: Mynewt Nimble OOB pairing

2019-04-30 Thread Łukasz Rymanowski
> > 4.1, so I believe it only supports Legacy Pairing. If that is the case, > > then according to > > > https://www.bluetooth.com/blog/bluetooth-pairing-part-2-key-generation-methods/ > , > > both requester and responder need to have their OOB flags set. I ha

Re: Mynewt Nimble OOB pairing

2019-04-26 Thread Łukasz Rymanowski
VENT_PASSKEY_ACTION is now not being > called anymore. > > So the question is, at what point and where would I call ble_sm_inject_io > to insert the TK value? > > Amr > > > On Fri, 26 Apr 2019 at 14:16, Łukasz Rymanowski < > lukasz.rymanow...@codecoup.pl> wrote: &g

Re: Mynewt Nimble OOB pairing

2019-04-26 Thread Łukasz Rymanowski
Hi Amr, Nimble does support OOB for Legacy and Secure Connections Pairing. In both cases you just need to provide OOB (TK) data exchanged by other means e.g. NFC to the NimBLE stack using "int ble_sm_inject_io(uint16_t conn_handle, struct ble_sm_io *pkey)". For Secure Connection make sure to

Re: switching to mcuboot

2019-04-12 Thread Łukasz Rymanowski
Hi again, On Fri, 12 Apr 2019 at 11:00, Łukasz Rymanowski < lukasz.rymanow...@codecoup.pl> wrote: > Hi Szymon, > > Like the idea - I think we also need newt tool to point to some mcuboot > version right? > Ah nevermind, all is in the mentioned PR :) > > Best > Łu

Re: switching to mcuboot

2019-04-12 Thread Łukasz Rymanowski
Hi Szymon, Like the idea - I think we also need newt tool to point to some mcuboot version right? Best Łukasz On Fri, 12 Apr 2019 at 10:50, Szymon Janc wrote: > Hi, > > As discussed on several occasions we want to move away from bootutils and > start using mcuboot project directly. > > PR

Re: [VOTE] Release Apache Mynewt 1.6.0-rc2 and Apache NimBLE 1.1.0-rc2

2019-04-04 Thread Łukasz Rymanowski
+1 (binding) On Wed, 3 Apr 2019 at 13:18, Michał Narajowski < michal.narajow...@codecoup.pl> wrote: > +1 (binding) > > śr., 3 kwi 2019 o 12:39 Miguel Azevedo napisał(a): > > > > +1 binding > > > > On Wed, 3 Apr 2019, 11:31 Fabio Utzig, wrote: > > > > > > [ ] +1 Release this package > > > > [ ]

Re: MYNEWT_VAL(...) invalid syntax ?

2019-01-07 Thread Łukasz Rymanowski
Hi Markus, If master is used on mynewt-core then master branch of newt tool should be used. Please try this and let us know of it works for you Best Lukasz On Tue, Jan 8, 2019, 06:18 markus 'been away for a few months and I can't build my projects anymore. I > updated repos/apache-mynewt-core

Re: NimBLE Extended Scan

2018-10-10 Thread Łukasz Rymanowski
om: Marc BT > Sent: Wednesday, October 10, 2018 5:50 PM > To: Łukasz Rymanowski > Cc: dev@mynewt.apache.org > Subject: Re: NimBLE Extended Scan > > Hi Łukasz, > > The good: the RTT is working ... > > HCI Event: LE Meta Event (0x3e) plen 78

Re: NimBLE Extended Scan

2018-10-10 Thread Łukasz Rymanowski
2 > > > Nordic (from the putty window): > 551229 Extended adv: 'conn' complete rssi=-52 txpower=127, pphy=1, sphy=1, > sid=10, addr_type=0 addr=66:55:44:33:22:11 > 551232 length_data=52 > data=0x19:0x09:0x48:0x

Re: NimBLE Extended Scan

2018-10-09 Thread Łukasz Rymanowski
Hi Marc, On Tue, 9 Oct 2018 at 09:59, Marc BT wrote: > > Hi Łukasz, > > Thanks for quick reply and a quick update. > > I followed the guideline ...got a bit confused on the logging of the rtt2pty > tool: > ../tools-rtt2pty/rtt2pty -b btmonitor > Using jlinkarm found at

Re: NimBLE Extended Scan

2018-10-08 Thread Łukasz Rymanowski
Hello Marc, There is no additional configuration needed as long as you are using 1M PHY. Would be good to get some logs and best would be to have btmon logs: https://www.codecoup.pl/blog/support-for-btmon-in-mynewt/ Best Łukasz On Mon, 8 Oct 2018 at 12:29, Marc BT wrote: > > Hello all, > > I'm

Re: NimBLE host GAP event listeners

2018-09-10 Thread Łukasz Rymanowski
Hi On Fri, 7 Sep 2018 at 21:12, Andrzej Kaczmarek < andrzej.kaczma...@codecoup.pl> wrote: > Hi Chris, > > On Fri, Sep 7, 2018 at 8:00 PM Christopher Collins > wrote: > > > Hello all, > > > > TL;DR: Proposal for registration of GAP event listeners in the NimBLE > > host. Currently, GAP event

Re: [VOTE] Release Apache Mynewt 1.4.1-rc1

2018-06-27 Thread Łukasz Rymanowski
Hi On Fri, Jun 22, 2018, 16:14 Szymon Janc wrote: > Hello all, > > I am pleased to be calling this vote for the source release of > Apache Mynewt 1.4.1. > > Apache Mynewt is a community-driven, permissively licensed open source > initiative for constrained, embedded applications. Mynewt

Re: Apache Mynewt Passkey Authentication

2018-06-08 Thread Łukasz Rymanowski
Hi, Please have a look on https://mynewt.apache.org/network/ble/btshell/btshell_GAP/ at Security part Regarding your questsion: 1) yes 2) In example below my device is peripheral with iocapa=DisplayOnly. We are already connected with connection handle = 1. * security-set-data mitm_flag=1

Re: [RFC] Mesh uses multi advertising instances.

2018-05-23 Thread Łukasz Rymanowski
g into it. > > > > Have raised an issue in Github for the same. > > > > Thanks, > > Aditya Xavier. > > > > > >> On 19-May-2018, at 6:05 PM, Łukasz Rymanowski < > lukasz.rymanow...@codecoup.pl> wrote: > >> > >> Hi, > >

Re: [RFC] Mesh uses multi advertising instances.

2018-05-19 Thread Łukasz Rymanowski
BLE_ROLE_PERIPHERAL: 1 > >>>>>> > >>>>>> Disabling BLE_EXT_ADV: 1, flag allows the device to send and receive > >>> mesh > >>>>>> messages. > >>>>>> > >>>>>> And as I said earlier enabling

Re: New to community

2018-05-14 Thread Łukasz Rymanowski
Hi, Did you mean Mynewt? If so and you don't mind Eclipse then here it is: https://www.codecoup.pl/blog/hacking-mynewt-in-eclipse/ If you meant newt then I don't have a tutorial for this. Best Łukasz On Sun, 13 May 2018 at 01:27, Naasik Hendricks wrote: > Hi all >

Re: [RFC] Mesh uses multi advertising instances.

2018-05-10 Thread Łukasz Rymanowski
- feedback very welcome. \Łukasz On Mon, 7 May 2018 at 13:41, Łukasz Rymanowski < lukasz.rymanow...@codecoup.pl> wrote: > Hi Aditya, > > Sorry for late answer. > > Could you please provide btmon logs along with console logs so we can help > you to analyze what is going on? &

Re: [RFC] Mesh uses multi advertising instances.

2018-05-07 Thread Łukasz Rymanowski
on a > press of a button. > > > > When I disable BLE_EXT_ADV and BLE_MULTI_ADV_INSTANCES, it works. > > > > Can you try and confirm it works ? > > > > Thanks, > > Aditya Xavier > > > >> On 19-Apr-2018, at 2:00 PM, Łukasz Rymanowski < > lukas

Re: [RFC] Mesh uses multi advertising instances.

2018-04-19 Thread Łukasz Rymanowski
t;adityaxav...@me.com> wrote: > > Hi Łukasz, > > Am using nrf52832, hence the problem of flash overflow. > > Would create a test app, using btshell + blemesh + the flags which you > recommended, and test again. > > Thanks, > Aditya Xavier. > > On 18-

Re: [RFC] Mesh uses multi advertising instances.

2018-04-18 Thread Łukasz Rymanowski
is a > problem of flash overflow. > > Created another app, which basically is btshell and some portions of > blemesh, but that didn’t work. > > Is it possible for you to share a sample / test app ? > > Thanks, > Aditya Xavier. > > > On 10-Apr-2018, at 1:09 PM,

Re: [RFC] Mesh uses multi advertising instances.

2018-04-10 Thread Łukasz Rymanowski
ya, > >> > >> Please set BLE_MESH: 1 and BLE_MESH_SHELL: 1 and you should be able to > >> use both btshell and mesh shell. Let us know how that works for you. > >> > >> Best regards > >> Michał > >> > >> 2018-04-03 7:56 GMT+02:00 Aditya

Re: [RFC] Mesh uses multi advertising instances.

2018-04-02 Thread Łukasz Rymanowski
s not accepted yet ? > People are busy with other stuff I guess. I think it will be merged eventually. > > > > Thanks, > Aditya Xavier. > Best Lukasz > > > On 20-Mar-2018, at 12:57 AM, Sterling Hughes < > sterling.hughes.pub...@gmail.com> wrote: >

Re: Ble mesh questions

2018-03-29 Thread Łukasz Rymanowski
i Li-Chun, >> >> We still didn't get the picture. Please try using some hosting website >> like Imgur and send us the link to the picture. >> >> Best regards >> Michał Narajowski >> >> 2018-03-29 13:20 GMT+02:00 Li-Chun Ko <littleb...@gmail.com>: &g

Re: Ble mesh questions

2018-03-29 Thread Łukasz Rymanowski
Hi Lichun, On 29 March 2018 at 10:42, Li-Chun Ko wrote: > Hi all, > > I am running blemesh with mynewt 1.3.0 on Nordics pca 10040. Here are two > questions I have: > > 1. Is it correct that the current mynewt release doesn't support the > Provisioner's role? I wasn't able

Re: Sample apps in mynewt-core

2018-03-21 Thread Łukasz Rymanowski
Hi Łukasz, If your application supports pairing (like btshell for example), you will get Secure Connections by setting MYNEWT_VAL BLE_SM_SC to 1. It is stack who handles it for you then. Hope that helps. Best regards Łukasz On 20 March 2018 at 19:11, aditi hilbert wrote: >

[RFC] Mesh uses multi advertising instances.

2018-03-19 Thread Łukasz Rymanowski
Hi All, I saw people asking around about possibility to advertise with non-mesh data while mesh is running on Mynewt. Well this is possible to do but of course it brings a lot of risk for mesh operations and especially for friendship scenario. However I went ahead and added support for this in

Re: Multicast messaging and group messaging

2018-03-08 Thread Łukasz Rymanowski
n 8 March 2018 at 12:25, Aditya Xavier <adityaxav...@me.com> wrote: > Thanks Łukasz, > > Yes I am aware its possible as per the ble mesh spec, wanted to know if > there is any documentation / example of using and registering a group > address. > > Thanks, > Aditya Xav

Re: Multicast messaging and group messaging

2018-03-08 Thread Łukasz Rymanowski
Hello Aditya, It should be possible to do so with a publish model. Group address or virtual address should help here (see Mesh spec) Best Łukasz On 8 March 2018 at 10:39, Aditya Xavier wrote: > Hello Mynewt Team, > > > Is it possible to send a broadcast message by one of

Re: Information regarding blemesh implementation

2018-01-02 Thread Łukasz Rymanowski
le16(buf); Level is 2 octet value and according to Mesh spec it is sent in LE order. This helper decodes this and also moves data pointer in buf by 2. > > If I did miss something or completely wrong about it.. please do let me know. > > Thanks, > Aditya Xavier. > Best \Łukasz > &

Re: Discussion around usefulness of os_dev abstraction, especially around sensors

2017-12-20 Thread Łukasz Rymanowski
mentioned: Well maybe I should not use "shell" in this PR. In fact this is interactive mode for newtmgr coap operations, which I'm not sure will get into upstream. However, glad that somebody is looking into it, comments are welcome. > Upstream code should be reference material and idioma

Re: [VOTE] Release Apache Mynewt 1.3.0-rc3

2017-12-10 Thread Łukasz Rymanowski
+1 (binding) On Dec 10, 2017 8:31 PM, "aditi runtime" wrote: > +1 binding > > On Sun, Dec 10, 2017 at 11:12 AM, Sterling Hughes < > sterling.hughes.pub...@gmail.com> wrote: > > > +1 binding > > > > On 10 Dec 2017, at 11:11, Christopher Collins wrote: > > > > > On Thu, Dec 07,

Re: [BLE central] Getting mfg data from advertisement packets

2017-11-14 Thread Łukasz Rymanowski
Hi again, On 14 November 2017 at 21:53, Łukasz Rymanowski <lukasz.rymanow...@codecoup.pl> wrote: > Hi Jitesh, > > On 14 November 2017 at 20:42, Jitesh Shah <jit...@liveathos.com> wrote: >> >> Hi Andrej, >> >> > >> > Are you sure that you pa

Re: [BLE central] Getting mfg data from advertisement packets

2017-11-14 Thread Łukasz Rymanowski
Hi Jitesh, On 14 November 2017 at 20:42, Jitesh Shah wrote: > > Hi Andrej, > > > > > Are you sure that you parse data from packet which has mfg data? With > > active scan and scannable packets you will have ADV_IND and SCAN_RSP > > as separate events so mfg data may be in

Re: Inconsistent HAL GPIO semantics

2017-11-14 Thread Łukasz Rymanowski
Hi, On 14 November 2017 at 03:16, will sanfilippo wrote: > +1 Sounds good to me. > > > On Nov 13, 2017, at 5:24 PM, Christopher Collins > wrote: > > > > On Mon, Nov 13, 2017 at 04:32:58PM -0800, will sanfilippo wrote: > >> Chris: > >> > >> Personally, I

Re: BLE Host - Removing the BLE_GAP_EVENT_CONN_CANCEL event type

2017-10-26 Thread Łukasz Rymanowski
On 26 October 2017 at 06:55, will sanfilippo wrote: > +1 Sounds good to me. > >> On Oct 25, 2017, at 9:53 PM, aditi hilbert wrote: >> >> >>> On Oct 25, 2017, at 6:46 PM, Christopher Collins wrote: >>> >>> On Thu, Oct 19, 2017 at 12:07:58PM

Re: Bluetooth mesh on nrf51822 possible ?

2017-09-12 Thread Łukasz Rymanowski
Hi Jehudi, I'm afraid it is not possible to fit into 110kB flash. Current Mesh configuration supports both PB-GATT and PB-ADV and with this settings we need 53k flash and 3.7k RAM. When we remove PB-GATT and Friend support I see it drops to 46k flash. Further optimization is possible but should

Re: [VOTE] Release Apache Mynewt 1.2.0-rc1

2017-09-11 Thread Łukasz Rymanowski
+1 (binding) Łukasz On 10 September 2017 at 20:49, aditi hilbert wrote: > +1 > > thanks, > aditi > >> On Sep 8, 2017, at 11:54 AM, Szymon Janc wrote: >> >> Hello all, >> >> I am pleased to be calling this vote for the source release of >> Apache Mynewt 1.2.0.

Re: Change in active ble_gap_disc behaviour in 1_2_0_dev

2017-09-07 Thread Łukasz Rymanowski
Hi Simon, On 7 September 2017 at 02:11, Simon Ratner wrote: > > > MSYS_1_BLOCK_SIZE=80 by itself is not sufficient > > Actually, it is sufficient, I was just setting it wrong. Ok I know what is happening. Basically controller code assumed that adv packet will fit into one msys

Re: Premature supervision timeout

2017-09-05 Thread Łukasz Rymanowski
Hi, On Sep 5, 2017 8:15 PM, "Simon Ratner" <si...@proxy.co> wrote: On Tue, Sep 5, 2017 at 11:01 AM, Łukasz Rymanowski < lukasz.rymanow...@codecoup.pl> wrote: > > Note that this is how BLE works. Master sends LE Create Connection on > Advertising event an

Re: Premature supervision timeout

2017-09-05 Thread Łukasz Rymanowski
;Connection failed to be established" goes to host > However i am not convinced this is what i am seeing here - see my other > > response. > > > > On Tue, Sep 5, 2017 at 10:28 AM, Łukasz Rymanowski < > > lukasz.rymanow...@codecoup.pl> wrote: > >

Re: Premature supervision timeout

2017-09-05 Thread Łukasz Rymanowski
Hi On 5 September 2017 at 19:08, will sanfilippo wrote: > I do not think this is really an answer but it is the best I can do > without more information. > > When a device initially “connects” the state of the connection is not > considered established until a data frame is