Re: NimBLE Stack Integration Support

2020-05-12 Thread Aditi Hilbert
Also, you need to complete your mailing list subscription by responding to the email you get when you send the first subscribe email. Otherwise someone in the committee has to manually approve each of your emails to the dev@ group. Welcome to the Mynewt community! Aditi On Tue, May 12, 2020 at

Re: NimBLE Stack Integration Support

2020-05-12 Thread Aditi Hilbert
Hi Anil, What is your board? What OS is it running? Have you checked the basic documentation to get you started with NimBLE and Mynewt OS on supported boards: http://mynewt.apache.org/latest/tutorials/ble/ble.html If you have to port to some other OS examples are here

Re: nimble doesn't receive 31B scan response

2020-05-12 Thread Andrzej Kaczmarek
Hi, Yes, it will scan only once - this is allowed by spec. I think for testing you could try to remove the call to "ble_ll_scan_have_rxd_scan_rsp" from "ble_ll_scan_send_scan_req" and it should scan everything unless you'll run out of HCI buffers. Best, Andrzej On Tue, May 12, 2020 at 8:17 PM

Re: nimble doesn't receive 31B scan response

2020-05-12 Thread Ondrej Pilat
Hi, does nimble ask for the scan response only once? It looks that it was fault in our code and cheap sniffer doesn't catch it :(. Regards Ondrej Dne 5/12/2020 v 4:51 PM Andrzej Kaczmarek napsal(a): > Hi, > > On Tue, May 12, 2020 at 4:05 PM Ondrej Pilat >

Re: nimble doesn't receive 31B scan response

2020-05-12 Thread Andrzej Kaczmarek
Hi, On Tue, May 12, 2020 at 4:05 PM Ondrej Pilat wrote: > Hi All, > > we have device which in the past had 29B scan response and nimble properly > asked for it. Now We extended scan response at 31B to use it whole but now > nimble doesn't ask for it. No ble_gap_disc_desc *disc with

nimble doesn't receive 31B scan response

2020-05-12 Thread Ondrej Pilat
Hi All, we have device which in the past had 29B scan response and nimble properly asked for it. Now We extended scan response at 31B to use it whole but now nimble doesn't ask for it. No ble_gap_disc_desc *disc with disc->event_type === BLE_HCI_ADV_RPT_EVTYPE_SCAN_RSP for our device. Where can

NimBLE Stack Integration Support

2020-05-12 Thread Anilkumar Jena
Hello Sir, I am planning to integrate and use NimBLE Host stack in my Board. Could you please guide me the process of NimBLE stack integration to the board? I am planning to use this for one of our Automotive Infotainment device. Best Regards, Anil Kumar Jena Technical Lead, HCL