Is 'Find Information Request' API support in SDK 2.1.0?

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

cross mob
hachc_2137126
Level 5
Level 5
10 likes given 5 likes given First like received

Hi,

  Is there any API that supported for 'Find Information Request' in SDK 2.1.0?

0 Likes
1 Solution

Take a look at WICED-Smart-SDK\Wiced-Smart\tier2\brcm\libraries\inc\additional_gatt_apis.h.

This is an optional patch.  To use this API you should #include “additional_gatt_apis.h” in the source and add following line to the end of the makefile.mk.

APP_PATCHES_AND_LIBS +=
additional_gatt_apis.a

View solution in original post

3 Replies
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

This is not a generic search function/API.

If I'm not mistaken, Google supports Find Information, maybe Microsoft’s Bing.

What exact functionality are you looking for?

0 Likes

Hi,

  Please check section Vol 3, part F, 3.4.3 Find Information in Bluetooth Core spec.

0 Likes

Take a look at WICED-Smart-SDK\Wiced-Smart\tier2\brcm\libraries\inc\additional_gatt_apis.h.

This is an optional patch.  To use this API you should #include “additional_gatt_apis.h” in the source and add following line to the end of the makefile.mk.

APP_PATCHES_AND_LIBS +=
additional_gatt_apis.a