You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2022/04/21 21:59:27 UTC

[GitHub] [mynewt-nimble] andrzej-kaczmarek opened a new pull request, #1244: nimble/ll: Add more HCI commands for fake dual-mode

andrzej-kaczmarek opened a new pull request, #1244:
URL: https://github.com/apache/mynewt-nimble/pull/1244

   This allows NimBLE to be initialized as "dual-mode" controller by BlueZ.
   Also inquiry "works" a bit better since Inquiry Complete event is
   simulated after inquiry duration has elapsed.


-- 
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 to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [mynewt-nimble] kasjer commented on pull request #1244: nimble/ll: Add more HCI commands for fake dual-mode

Posted by GitBox <gi...@apache.org>.
kasjer commented on PR #1244:
URL: https://github.com/apache/mynewt-nimble/pull/1244#issuecomment-1122174759

   Tested on Windows and Linux without problems


-- 
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 to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [mynewt-nimble] utzig commented on pull request #1244: nimble/ll: Add more HCI commands for fake dual-mode

Posted by GitBox <gi...@apache.org>.
utzig commented on PR #1244:
URL: https://github.com/apache/mynewt-nimble/pull/1244#issuecomment-1105891226

   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### No suggestions at this time!
   


-- 
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 to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [mynewt-nimble] kasjer commented on pull request #1244: nimble/ll: Add more HCI commands for fake dual-mode

Posted by GitBox <gi...@apache.org>.
kasjer commented on PR #1244:
URL: https://github.com/apache/mynewt-nimble/pull/1244#issuecomment-1106110601

   With this PR **Read Class of Device** passes but later on something fails and interface is still not usable on bluez 5.5
   ```ruby
   < HCI Command: Set Event Filter (0x03|0x0005) plen 1                                                                                                                                                                                  #907 [hci0] 72416.495216
           Type: Clear All Filters (0x00)
   > HCI Event: Command Status (0x0f) plen 4                                                                                                                                                                                             #908 [hci0] 72416.496167
         Set Event Filter (0x03|0x0005) ncmd 1
           Status: Unknown HCI Command (0x01)
   ```
   


-- 
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 to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [mynewt-nimble] andrzej-kaczmarek merged pull request #1244: nimble/ll: Add more HCI commands for fake dual-mode

Posted by GitBox <gi...@apache.org>.
andrzej-kaczmarek merged PR #1244:
URL: https://github.com/apache/mynewt-nimble/pull/1244


-- 
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 to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org