Multiple Choice Questions

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hello Cypress World:

   

I have two (2) multiple choice questions give below:

   

 

   

1. Multiple Choice Question for Client UUIDs/Handles:

   

Which of the following is to be used to acquire the UUIDs/Handles of the Service Characteristics of a connected Client?

   

A. CyBle_GattcDiscoverAllPrimaryServices()

   

B. CyBle_GattcFindIncludedServices()

   

C. Scan Parameters Service (ScPS)

   

D. Scan Parameters Profile (ScPP)

   

E. Other

   

F. None of the above

   

 

   

2. Multiple Choice Question for Bond/Unbond:

   

Which of the following is/are to be used to Bond/Unbond to a connected Central or Peripheral?

   

A. CyBle_StoreBondingData()(Bond)/CyBle_GapRemoveOldestDeviceFromBondedList()(Unbond)

   

B. CyBle_GapGetBondedDevicesList() with CyBle_StoreBondingData()/CyBle_GapRemoveOldestDeviceFromBondedList()

   

C. Bond Management Service (BMS)

   

D. Other

   

E. None of the above

   

 

   

Thank you

   

Tim Ball

   

TDB Consulting

0 Likes
1 Reply
Anonymous
Not applicable

The answer to Multiple Choice Question 1 is:

   

A. CyBle_GattcDiscoverAllPrimaryServices()

   

AND

   

D. Other

   

Where Other is: CyBle_GattcDiscoverAllCharacteristics()

   

That is: The Cypress BLE API functions CyBle_GattcDiscoverAllPrimaryServices() and CyBle_GattcDiscoverAllCharacteristics() are required to acquire the UUIDs and Handles (and properties) of the Services and Service Characteristics of a connected Client.

0 Likes