LE (Bluetooth Low Energy) Specific functions.
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_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.
| [in] | bd_addr | : Remote device address |
| [in] | bd_addr_type | Public or random address |
| [in] | conn_mode | : connection scan mode |
| [in] | is_direct | : set this parameter to WICED_TRUE |