[GitHub] [mynewt-core] KKopyscinski closed pull request #2457: [RFC] coap: negation in tcp check in coap_receive()

2021-02-02 Thread GitBox
KKopyscinski closed pull request #2457: URL: https://github.com/apache/mynewt-core/pull/2457 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on issue #909: No "Class of Device" (CoD) setter, getter found in API?

2021-02-02 Thread GitBox
andrzej-kaczmarek commented on issue #909: URL: https://github.com/apache/mynewt-nimble/issues/909#issuecomment-771632903 There's no CoD in BLE, it's only used in Bluetooth classic which NimBLE does not support. If you want to filter devices during discovery you can use either

[GitHub] [mynewt-core] kasjer opened a new pull request #2463: hw/mcu/da1469x: Fix HAL UART creation

2021-02-02 Thread GitBox
kasjer opened a new pull request #2463: URL: https://github.com/apache/mynewt-core/pull/2463 Introduction of dedicated UART driver broke build when user decided to use HAL driver instead. When HAL_UART was set in syscfg.yml da1469x_periph.c would not build due to conditional

[GitHub] [mynewt-nimble] codewitch-honey-crisis opened a new issue #909: No "Class of Device" (CoD) setter, getter found in API?

2021-02-02 Thread GitBox
codewitch-honey-crisis opened a new issue #909: URL: https://github.com/apache/mynewt-nimble/issues/909 I need to get the CoD so I can determine if the devices I'm finding are the specific devices I created. Class of Device is how you do this, no? bluedroid has this

[GitHub] [mynewt-nimble] codewitch-honey-crisis commented on issue #909: No "Class of Device" (CoD) setter, getter found in API?

2021-02-02 Thread GitBox
codewitch-honey-crisis commented on issue #909: URL: https://github.com/apache/mynewt-nimble/issues/909#issuecomment-771633823 I'm sorry. I'm still new to this, and I thought CoD was how you did it. Thanks! On Tue, Feb 2, 2021 at 5:26 AM Andrzej Kaczmarek wrote: >

[GitHub] [mynewt-core] vrahane commented on pull request #2459: net/osdp: Add OSDP library

2021-02-02 Thread GitBox
vrahane commented on pull request #2459: URL: https://github.com/apache/mynewt-core/pull/2459#issuecomment-772189929 @sjanc Do the copyrights look fine now ? This is an automated message from the Apache Git Service. To

[GitHub] [mynewt-core] KKopyscinski closed pull request #2457: [RFC] coap: negation in tcp check in coap_receive()

2021-02-02 Thread GitBox
KKopyscinski closed pull request #2457: URL: https://github.com/apache/mynewt-core/pull/2457 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on issue #909: No "Class of Device" (CoD) setter, getter found in API?

2021-02-02 Thread GitBox
andrzej-kaczmarek commented on issue #909: URL: https://github.com/apache/mynewt-nimble/issues/909#issuecomment-771632903 There's no CoD in BLE, it's only used in Bluetooth classic which NimBLE does not support. If you want to filter devices during discovery you can use either

[GitHub] [mynewt-nimble] codewitch-honey-crisis commented on issue #909: No "Class of Device" (CoD) setter, getter found in API?

2021-02-02 Thread GitBox
codewitch-honey-crisis commented on issue #909: URL: https://github.com/apache/mynewt-nimble/issues/909#issuecomment-771633823 I'm sorry. I'm still new to this, and I thought CoD was how you did it. Thanks! On Tue, Feb 2, 2021 at 5:26 AM Andrzej Kaczmarek wrote: >