Bluetooth HAL I/F for event handler. More...
Go to the source code of this file.
Classes | |
struct | bt_event_t |
Bluetooth parent event data type. More... | |
struct | bt_event_cmd_stat_t |
Bluetooth command status event data type. More... | |
struct | bt_event_pair_cmplt_t |
Bluetooth pairing complete event data type. More... | |
struct | bt_event_inquiry_rslt_t |
Bluetooth inquiry result event data type. More... | |
struct | bt_event_conn_stat_t |
Bluetooth connection status change event data type. More... | |
struct | bt_event_dev_name_t |
Bluetooth change device name event data type. More... | |
struct | bt_event_bond_info_t |
Bluetooth new bonding information event data type. More... | |
struct | bt_a2dp_event_connect_t |
Bluetooth A2DP connection event data type. More... | |
struct | bt_a2dp_event_recv_t |
Bluetooth A2DP receive data event data type. More... | |
struct | bt_avrcp_event_connect_t |
Bluetooth AVRCP connection event data type. More... | |
struct | bt_avrcp_event_play_position_t |
Bluetooth AVRCP play position event data type. More... | |
struct | bt_hfp_event_connect_t |
Bluetooth HFP connection event data type. More... | |
struct | bt_hfp_event_ag_feature_t |
Bluetooth HFP ag feature event data type. More... | |
struct | bt_hfp_event_at_cmd_t |
Bluetooth HFP at command event data type. More... | |
struct | bt_spp_event_connect_t |
Bluetooth SPP connection event data type. More... | |
struct | bt_spp_event_recv_data_t |
Bluetooth SPP Rx event data type. More... | |
struct | ble_event_conn_stat_t |
Bluetooth LE connection status change event data type. More... | |
struct | ble_event_dev_name_t |
struct | ble_gatt_event_write_req_t |
Bluetooth LE GATT Write request event. More... | |
struct | ble_gatt_event_read_req_t |
Bluetooth LE GATT Read request event. More... | |
struct | ble_gatt_event_notify_req_t |
Bluetooth LE GATT Notify request event. More... | |
struct | ble_gatt_event_write_rsp_t |
Bluetooth LE GATT Write response event. More... | |
struct | ble_gatt_event_read_rsp_t |
Bluetooth LE GATT Read response event. More... | |
struct | ble_gatt_event_notification_t |
Bluetooth LE GATT notification event. More... | |
struct | ble_event_adv_rept_t |
Bluetooth LE advertise report event. More... | |
struct | ble_event_mtusize_t |
struct | ble_event_bondinfo_t |
struct | ble_event_encryption_result_t |
Bluetooth LE encryption result event. More... | |
struct | BT_AVRC_SUPPORT_NOTIFY_EVENT |
BT avrc supported notify event. More... | |
Macros | |
Max event data length | |
#define | BT_MAX_EVENT_DATA_LEN 1024 |
address type length of advertise data | |
#define | BT_ADV_DATA_ADDRTYPE_LEN (1) |
rssi length of advertise data | |
#define | BT_ADV_DATA_RSSI_LEN (1) |
Max ble advertise data length | |
#define | BLE_MAX_ADV_DATA_LEN |
Max ble GATT data length | |
#define | BLE_MAX_GATT_DATA_LEN 244 |
Bluetooth HAL I/F for event handler.
This header file includes bluetooth event related definitions for HAL I/F. Event handler will be use this definition for switch events.
#define BLE_MAX_ADV_DATA_LEN |
enum BT_GROUP_ID |
enum BT_COMMON_EVENT_ID |
Bluetooth event ID for common function.
enum BT_A2DP_EVENT_ID |
enum BT_AVRCP_EVENT_ID |
Bluetooth event ID for A2DP.
enum BT_HFP_EVENT_ID |
Bluetooth event ID for HFP.
enum BT_SPP_EVENT_ID |
enum BLE_COMMON_EVENT_ID |
Bluetooth LE event ID for common function.
enum BLE_GATT_EVENT_ID |