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 2021/02/16 06:56:04 UTC

[GitHub] [mynewt-nimble] KKopyscinski opened a new issue #914: Can't compile app with OBSERVER as an only role

KKopyscinski opened a new issue #914:
URL: https://github.com/apache/mynewt-nimble/issues/914


   Compiling app with config:
   ```yml
   syscfg.vals:
       BLE_ROLE_BROADCASTER: 0
       BLE_ROLE_CENTRAL: 0
       BLE_ROLE_OBSERVER: 1
       BLE_ROLE_PERIPHERAL: 0
   ```
   returns following compilation errors:
   -`implicit declaration of function 'ble_gap_master_extract_state'`
   -`implicit declaration of function 'ble_gap_has_client';`
   -`implicit declaration of function 'ble_gap_master_connect_failure'`
   -`implicit declaration of function 'ble_gap_master_reset_state'`
   -` 'ble_gap_adv_finished' defined but not used`
   


----------------------------------------------------------------
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.

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



[GitHub] [mynewt-nimble] KKopyscinski commented on issue #914: Can't compile app with OBSERVER as an only role

Posted by GitBox <gi...@apache.org>.
KKopyscinski commented on issue #914:
URL: https://github.com/apache/mynewt-nimble/issues/914#issuecomment-783993418


   this was solved by https://github.com/apache/mynewt-nimble/pull/913


----------------------------------------------------------------
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.

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



[GitHub] [mynewt-nimble] KKopyscinski closed issue #914: Can't compile app with OBSERVER as an only role

Posted by GitBox <gi...@apache.org>.
KKopyscinski closed issue #914:
URL: https://github.com/apache/mynewt-nimble/issues/914


   


----------------------------------------------------------------
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.

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