Bluetooth Host Stack Library
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
BR/EDR (Bluetooth Basic Rate / Enhanced Data Rate)

General Description

BR/EDR (Bluetooth Basic Rate / Enhanced Data Rate) Specific functions.

Functions

wiced_bool_t wiced_bt_gatt_bredr_connect (wiced_bt_device_address_t bd_addr)
 Open GATT over BR/EDR connection to a remote device Result is notified using GATT_CONNECTION_STATUS_EVT of wiced_bt_gatt_cback_t. More...
 

Function Documentation

◆ wiced_bt_gatt_bredr_connect()

wiced_bool_t wiced_bt_gatt_bredr_connect ( wiced_bt_device_address_t  bd_addr)

Open GATT over BR/EDR connection to a remote device Result is notified using GATT_CONNECTION_STATUS_EVT of wiced_bt_gatt_cback_t.

Parameters
[in]bd_addr: Remote device address
Returns
TRUE : If connection started FALSE : If connection start failure