This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

cc2560 + 5190 visability mode

Hello,

I am working on bringing up some boards that were made to assist in the evaluation of the pan1315 module. The module appears to start and initialize fine, however I can not get the modules to connect to each other.

I started with the ez430-rf2560 SDK, and modified the HAL to match up with my hardware. When I push the button to link the board, I get the inquiry started and wait for completion.

I never get a connection status. After doing some additional debugging, it appears that the devices are not discoverable. How do I enable the device to be discoverable?

In looking at the code, it looks like it is done with some HCI commands, I would think this would be called automatically.

Thanks for the help,

Jason

  • Just for clarification, by visable I mean discoverable. The device is not in a discoverable mode.

    The TOGGLE_LED2 does not get executed in the user_task.c.

    -Jason

     

  • The parameter SDK_INQUIRY_LAP is configured for BT_LIAC by default. To perform inquiry in in General Inquiry Access Mode, you will need to modify the parameter SDK_INQUIRY_LAP to BT_GIAC. Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4

    Also, make sure that the Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 SDK_REM_DEV_NAME_PREFIX is configured appropriately based on your requirement. If not, the unmodified SDK will reject connection from devices that do not adhere to this naming convention.