1#ifndef __TAL_BLUETOOTH_H__
2#define __TAL_BLUETOOTH_H__
4#include "tal_bluetooth_def.h"
13OPERATE_RET tal_ble_bt_init(TAL_BLE_ROLE_E role, CONST TAL_BLE_EVT_FUNC_CB ble_event);
21OPERATE_RET tal_ble_bt_deinit(TAL_BLE_ROLE_E role);
45OPERATE_RET tal_ble_bt_link_max(USHORT_T *p_maxlink);
70OPERATE_RET tal_ble_advertising_stop(VOID);
102OPERATE_RET tal_ble_scan_stop(VOID);
162OPERATE_RET tal_ble_server_common_read_update(
TAL_BLE_DATA_T *p_data);
187OPERATE_RET tal_ble_server_exchange_mtu_reply(CONST
TAL_BLE_PEER_INFO_T peer, USHORT_T server_mtu);
197OPERATE_RET tal_ble_client_exchange_mtu_request(CONST
TAL_BLE_PEER_INFO_T peer, USHORT_T client_mtu);
Definition: tal_bluetooth_def.h:92
Definition: tal_bluetooth_def.h:97
Definition: tal_bluetooth_def.h:147
Definition: tal_bluetooth_def.h:113
Definition: tal_bluetooth_def.h:134
Definition: tal_bluetooth_def.h:124