TuyaOS
|
TAL_BLE_ADV_REPORT_T TAL_BLE_EVT_PARAMS_T::adv_report |
Receive Adv and Respond report
TAL_BLE_READ_CHAR_EVT_T TAL_BLE_EVT_PARAMS_T::char_read |
read char event, used with TAL_BLE_EVT_READ_CHAR
TAL_BLE_CONN_PARAM_EVT_T TAL_BLE_EVT_PARAMS_T::conn_param |
We will update connect parameters.This value can be used with TAL_BLE_EVT_CONN_PARAM_REQ and TAL_BLE_EVT_CONN_PARAM_UPDATE
TAL_BLE_CONNECT_EVT_T TAL_BLE_EVT_PARAMS_T::connect |
Receive connect callback, This value can be used with TAL_BLE_EVT_PERIPHERAL_CONNECT and TAL_BLE_EVT_CENTRAL_CONNECT_DISCOVERY
TAL_BLE_DATA_REPORT_T TAL_BLE_EVT_PARAMS_T::data_read |
After we do read attr in central mode, we will get the callback from bluetooth Kernel
TAL_BLE_DATA_REPORT_T TAL_BLE_EVT_PARAMS_T::data_report |
This value can be used with TAL_BLE_EVT_NOTIFY_RX
TAL_BLE_DISCONNECT_EVT_T TAL_BLE_EVT_PARAMS_T::disconnect |
Receive disconnect callback
TAL_BLE_EXCHANGE_MTU_EVT_T TAL_BLE_EVT_PARAMS_T::exchange_mtu |
This value can be used with TAL_BLE_EVT_MTU_REQUEST and TAL_BLE_EVT_MTU_RSP
UCHAR_T TAL_BLE_EVT_PARAMS_T::init |
Show init states
TAL_BLE_CONN_RSSI_EVT_T TAL_BLE_EVT_PARAMS_T::link_rssi |
Peer device RSSI value
TAL_BLE_NOTIFY_TX_EVT_T TAL_BLE_EVT_PARAMS_T::notify_result |
[Ble Peripheral] This value can be used with TAL_BLE_EVT_NOTIFY_TX after Ble Peripheral send a notification to peer.
TAL_BLE_SUBSCRBE_EVT_T TAL_BLE_EVT_PARAMS_T::subscribe |
used with TAL_BLE_EVT_SUBSCRIBE
TAL_BLE_DATA_REPORT_T TAL_BLE_EVT_PARAMS_T::write_report |
This value can be used with TAL_BLE_EVT_WRITE_REQ