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.

Compiler/CC2564C: How to get the type of Bluetooth device searched?

Part Number: CC2564C
Other Parts Discussed in Thread: CC2564

Tool/software: TI C/C++ Compiler

         HI, I use the TI HIDdemo of CC2564B of STM32,Now I set the cc2564 module to devie,The cc2564module has been connected to the PC。When the PC is connected to the HID of cc2564 module, I need to obtain the type of device, so that I can judge that the device is a PC device, and it is forbidden to use the mobile device to establish a connection with C2564 module,

        My question is which subroutine can I use to get the type of connected device?

  • Hello,

    I believe this is something you'll have to implement in your application. Maybe a solution here is to register an attribute that the computer can check before proceeding. There is nothing built into the BT protocol that can tell you what type of device you're using from HW perspective that I'm aware of. 

    Jesu