Infineon Logo AIROC BTSDK v4.2 - Documentation
 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
LE (Bluetooth Low Energy)

LE (Bluetooth Low Energy) Specific functions. More...

Functions

wiced_bool_t wiced_bt_gatt_le_connect (wiced_bt_device_address_t bd_addr, wiced_bt_ble_address_type_t bd_addr_type, wiced_bt_ble_conn_mode_t conn_mode, wiced_bool_t is_direct)
 Open GATT over LE connection to a remote device Result is notified using GATT_CONNECTION_STATUS_EVT of wiced_bt_gatt_cback_t. More...
 
wiced_bool_t wiced_bt_gatt_listen (wiced_bool_t start, wiced_bt_device_address_t bd_addr, wiced_bt_ble_address_type_t type)
 Start or stop LE advertisement and listen for connection. More...
 

Detailed Description

LE (Bluetooth Low Energy) Specific functions.

Function Documentation

wiced_bool_t wiced_bt_gatt_le_connect ( wiced_bt_device_address_t  bd_addr,
wiced_bt_ble_address_type_t  bd_addr_type,
wiced_bt_ble_conn_mode_t  conn_mode,
wiced_bool_t  is_direct 
)

Open GATT over LE 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
[in]bd_addr_typePublic or random address
[in]conn_mode: connection scan mode
[in]is_direct: Is direct connection or not
Returns
TRUE : If connection started FALSE : If connection start failure

NOTE : If is_direct = WICED_FALSE, it will create background connection. Default Background connection type is BTM_BLE_CONN_NONE. Before calling wiced_bt_gatt_le_connect please set background connection type (AUTO / SELECTIVE) using wiced_bt_ble_set_background_connection_type API

wiced_bool_t wiced_bt_gatt_listen ( wiced_bool_t  start,
wiced_bt_device_address_t  bd_addr,
wiced_bt_ble_address_type_t  type 
)

Start or stop LE advertisement and listen for connection.

Parameters
[in]start: TRUE to add device to Filter Accept List / FALSE to remove
[in]bd_addr: Device to add/remove from Filter Accept List
[in]type: Address type of bd_addr
Returns
TRUE : Success FALSE : Failure