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.

HOW TO ADD PROFILE IN HOST TEST APP CC2540

Other Parts Discussed in Thread: CC2540

Hi,

Please let us know the steps to create a profile in HOST TEST APP code for CC2540,we were referring to simplebleperipheral project for creating a profile using SimpleGATTprofile but we were not able to suceed in adding this in HOST TEST APP.

how to initialize a service with 128 bit uuid in host test app (sample project would be helpful)

* Need info/example on how to add user specific primary service 128 bit UUID in HOST TEST APP
* Since we can not change the 2800 to anyother UUID we created a profile.
* In profile we are adding our primary services and attributes under 2800.
* Since we are using Off chip when we receive the input from the PC app we are  adding the whole attribute table.
* when we tested with Btool for GATT_DiscAllCharDescs we could see all the  attributes added but primary service is not added.
* Is there any other way to add profile to HostTestApp.

Please provide us a sample project with a user defined gatt profile to HOST TEST APP or initialize a service with 128 bit UUID, then add a characteristic with UUID of 0x2800 and value for our new service's UUID..

 

Regards,

Neil Samuel

  • Hello,

    We recommend that you take a look at the other Network Processor (NWP) options on the BLE Wiki "CC254x With External MCU" under Step by Step guides (CC254x). To do a custom NWP profile with Host Test is quite complex and requires knowledge of BLE & the TI_BLE_Vendor_Specific_HCI_Guide.pdf.

    Best wishes
  • Hi,
    i am using hci tester to send commands from pc.. when i am sending commands it will return some data.. how to verify that data.. the data received is correct or not.. i loaded the smartRF host test all.hex in cc2540... can you please help me