#include <stdint.h>
Typedefs | |
typedef uint8_t | bd_addr_t [BD_ADDR_LEN] |
Bluetooth address. More... | |
typedef uint16_t | hci_con_handle_t |
hci connection handle type More... | |
typedef uint8_t | link_key_t [LINK_KEY_LEN] |
typedef enum rpn_baud | rpn_baud_t |
typedef enum rpn_data_bits | rpn_data_bits_t |
typedef enum rpn_flow_control | rpn_flow_control_t |
typedef enum rpn_parity | rpn_parity_t |
typedef enum rpn_stop_bits | rpn_stop_bits_t |
#define ATT_DEFAULT_MTU 23 |
ATT.
Referenced by att_event_packet_handler(), gatt_client_get_mtu(), and provide_context_for_conn_handle().
#define ATT_ERROR_ATTRIBUTE_NOT_FOUND 0x0a |
Referenced by gatt_client_att_packet_handler(), and setup_error_atribute_not_found().
#define ATT_ERROR_ATTRIBUTE_NOT_LONG 0x0b |
#define ATT_ERROR_INSUFFICIENT_AUTHENTICATION 0x05 |
Referenced by att_validate_security().
#define ATT_ERROR_INSUFFICIENT_AUTHORIZATION 0x08 |
Referenced by att_server_process_validated_request(), and att_validate_security().
#define ATT_ERROR_INSUFFICIENT_ENCRYPTION 0x0f |
Referenced by att_validate_security().
#define ATT_ERROR_INSUFFICIENT_ENCRYPTION_KEY_SIZE 0x0c |
Referenced by att_validate_security().
#define ATT_ERROR_INSUFFICIENT_RESOURCES 0x11 |
#define ATT_ERROR_INVALID_ATTRIBUTE_VALUE_LENGTH 0x0d |
Referenced by att_prepare_write_update_errors(), gatt_client_run(), and handle_prepare_write_request().
#define ATT_ERROR_INVALID_HANDLE 0x01 |
Referenced by setup_error_invalid_handle().
#define ATT_ERROR_INVALID_OFFSET 0x07 |
Referenced by att_prepare_write_update_errors(), handle_prepare_write_request(), and setup_error_invalid_offset().
#define ATT_ERROR_INVALID_PDU 0x04 |
#define ATT_ERROR_PREPARE_QUEUE_FULL 0x09 |
#define ATT_ERROR_READ_NOT_PERMITTED 0x02 |
Referenced by handle_read_multiple_request2(), and setup_error_read_not_permitted().
#define ATT_ERROR_REQUEST_NOT_SUPPORTED 0x06 |
#define ATT_ERROR_RESPONSE 0x01 |
Referenced by att_server_process_validated_request(), gatt_client_att_packet_handler(), and setup_error().
#define ATT_ERROR_UNLIKELY_ERROR 0x0e |
#define ATT_ERROR_UNSUPPORTED_GROUP_TYPE 0x10 |
Referenced by handle_read_by_group_type_request2().
#define ATT_ERROR_WRITE_NOT_PERMITTED 0x03 |
Referenced by setup_error_write_not_permitted().
#define ATT_EXCHANGE_MTU_REQUEST 0x02 |
Referenced by att_exchange_mtu_request(), and att_handle_request().
#define ATT_EXCHANGE_MTU_RESPONSE 0x03 |
#define ATT_EXECUTE_WRITE_REQUEST 0x18 |
#define ATT_EXECUTE_WRITE_RESPONSE 0x19 |
Referenced by gatt_client_att_packet_handler(), and handle_execute_write_request().
#define ATT_FIND_BY_TYPE_VALUE_REQUEST 0x06 |
Referenced by att_handle_request(), handle_find_by_type_value_request2(), and send_gatt_by_uuid_request().
#define ATT_FIND_BY_TYPE_VALUE_RESPONSE 0x07 |
Referenced by gatt_client_att_packet_handler(), and handle_find_by_type_value_request2().
#define ATT_FIND_INFORMATION_REPLY 0x05 |
Referenced by gatt_client_att_packet_handler(), and handle_find_information_request2().
#define ATT_FIND_INFORMATION_REQUEST 0x04 |
#define ATT_HANDLE_VALUE_CONFIRMATION 0x1e |
Referenced by att_confirmation(), and att_packet_handler().
#define ATT_HANDLE_VALUE_INDICATION 0x1d |
Referenced by att_prepare_handle_value_indication(), and gatt_client_att_packet_handler().
#define ATT_HANDLE_VALUE_NOTIFICATION 0x1b |
Referenced by att_prepare_handle_value_notification(), and gatt_client_att_packet_handler().
#define ATT_PREPARE_WRITE_REQUEST 0x16 |
Referenced by att_handle_request(), handle_prepare_write_request(), and send_gatt_prepare_write_request().
#define ATT_PREPARE_WRITE_RESPONSE 0x17 |
Referenced by gatt_client_att_packet_handler(), and handle_prepare_write_request().
#define ATT_PROPERTY_AUTHENTICATED_SIGNED_WRITE 0x40 |
#define ATT_PROPERTY_AUTHENTICATION_REQUIRED 0x400 |
Referenced by att_validate_security().
#define ATT_PROPERTY_AUTHORIZATION_REQUIRED 0x800 |
Referenced by att_validate_security().
#define ATT_PROPERTY_BROADCAST 0x01 |
#define ATT_PROPERTY_DYNAMIC 0x100 |
#define ATT_PROPERTY_EXTENDED_PROPERTIES 0x80 |
#define ATT_PROPERTY_INDICATE 0x20 |
#define ATT_PROPERTY_NOTIFY 0x10 |
#define ATT_PROPERTY_READ 0x02 |
Referenced by att_db_util_add_characteristic_uuid128(), att_db_util_add_characteristic_uuid16(), att_db_util_add_client_characteristic_configuration(), att_db_util_add_service_uuid128(), att_db_util_add_service_uuid16(), handle_read_blob_request2(), handle_read_by_type_request2(), handle_read_multiple_request2(), and handle_read_request2().
#define ATT_PROPERTY_UUID128 0x200 |
#define ATT_PROPERTY_WRITE 0x08 |
#define ATT_PROPERTY_WRITE_WITHOUT_RESPONSE 0x04 |
Referenced by handle_write_command().
#define ATT_READ_BLOB_REQUEST 0x0c |
Referenced by att_handle_request(), handle_read_blob_request2(), and send_gatt_read_blob_request().
#define ATT_READ_BLOB_RESPONSE 0x0d |
Referenced by gatt_client_att_packet_handler(), and handle_read_blob_request2().
#define ATT_READ_BY_GROUP_TYPE_REQUEST 0x10 |
Referenced by att_handle_request(), handle_read_by_group_type_request2(), and send_gatt_services_request().
#define ATT_READ_BY_GROUP_TYPE_RESPONSE 0x11 |
Referenced by gatt_client_att_packet_handler(), and handle_read_by_group_type_request2().
#define ATT_READ_BY_TYPE_REQUEST 0x08 |
#define ATT_READ_BY_TYPE_RESPONSE 0x09 |
Referenced by gatt_client_att_packet_handler(), and handle_read_by_type_request2().
#define ATT_READ_MULTIPLE_REQUEST 0x0e |
Referenced by att_handle_request(), att_read_multiple_request(), and handle_read_multiple_request2().
#define ATT_READ_MULTIPLE_RESPONSE 0x0f |
Referenced by gatt_client_att_packet_handler(), and handle_read_multiple_request2().
#define ATT_READ_REQUEST 0x0a |
#define ATT_READ_RESPONSE 0x0b |
Referenced by gatt_client_att_packet_handler(), and handle_read_request2().
#define ATT_SIGNED_WRITE_COMMAND 0xD2 |
Referenced by att_handle_request(), att_run_for_context(), and gatt_client_run().
#define ATT_TRANSACTION_MODE_ACTIVE 0x1 |
Referenced by handle_prepare_write_request().
#define ATT_TRANSACTION_MODE_CANCEL 0x3 |
Referenced by att_clear_transaction_queue().
#define ATT_TRANSACTION_MODE_EXECUTE 0x2 |
Referenced by att_write_callback(), and handle_execute_write_request().
#define ATT_TRANSACTION_MODE_NONE 0x0 |
Referenced by handle_write_command(), and handle_write_request().
#define ATT_TRANSACTION_MODE_VALIDATE 0x4 |
Referenced by att_validate_prepared_write().
#define ATT_TRANSACTION_TIMEOUT_MS 30000 |
Referenced by att_server_indicate().
#define ATT_WRITE_COMMAND 0x52 |
#define ATT_WRITE_REQUEST 0x12 |
#define ATT_WRITE_RESPONSE 0x13 |
Referenced by gatt_client_att_packet_handler(), and handle_write_request().
#define BD_ADDR_LEN 6 |
Length of a bluetooth device address.
Referenced by bd_addr_cmp(), bd_addr_copy(), and sscanf_bd_addr().
#define BNEP_CONTROL_TYPE_COMMAND_NOT_UNDERSTOOD 0x00 |
#define BNEP_CONTROL_TYPE_FILTER_MULTI_ADDR_RESPONSE 0x06 |
#define BNEP_CONTROL_TYPE_FILTER_MULTI_ADDR_SET 0x05 |
#define BNEP_CONTROL_TYPE_FILTER_NET_TYPE_RESPONSE 0x04 |
#define BNEP_CONTROL_TYPE_FILTER_NET_TYPE_SET 0x03 |
#define BNEP_CONTROL_TYPE_SETUP_CONNECTION_REQUEST 0x01 |
#define BNEP_CONTROL_TYPE_SETUP_CONNECTION_RESPONSE 0x02 |
#define BNEP_EXT_FLAG 0x80 |
#define BNEP_EXT_HEADER_TYPE_EXTENSION_CONTROL 0x00 |
#define BNEP_HEADER_HAS_EXT | ( | x | ) | (((x) & BNEP_EXT_FLAG) == BNEP_EXT_FLAG) |
#define BNEP_MTU_MIN 1691 |
#define BNEP_PKT_TYPE_COMPRESSED_ETHERNET 0x02 |
#define BNEP_PKT_TYPE_COMPRESSED_ETHERNET_DEST_ONLY 0x04 |
#define BNEP_PKT_TYPE_COMPRESSED_ETHERNET_SOURCE_ONLY 0x03 |
#define BNEP_PKT_TYPE_CONTROL 0x01 |
#define BNEP_PKT_TYPE_GENERAL_ETHERNET 0x00 |
#define BNEP_RESP_FILTER_ERR_INVALID_RANGE 0x0002 |
#define BNEP_RESP_FILTER_ERR_SECURITY 0x0004 |
#define BNEP_RESP_FILTER_ERR_TOO_MANY_FILTERS 0x0003 |
#define BNEP_RESP_FILTER_SUCCESS 0x0000 |
#define BNEP_RESP_FILTER_UNSUPPORTED_REQUEST 0x0001 |
#define BNEP_RESP_SETUP_CONNECTION_NOT_ALLOWED 0x0004 |
#define BNEP_RESP_SETUP_INVALID_DEST_UUID 0x0001 |
#define BNEP_RESP_SETUP_INVALID_SERVICE_UUID_SIZE 0x0003 |
#define BNEP_RESP_SETUP_INVALID_SOURCE_UUID 0x0002 |
#define BNEP_RESP_SETUP_SUCCESS 0x0000 |
#define BNEP_TYPE | ( | header | ) | ((header) & BNEP_TYPE_MASK) |
#define BNEP_TYPE_MASK 0x7F |
#define BT_RFCOMM_CLD_CMD 0xC3 |
#define BT_RFCOMM_DISC 0x53 |
#define BT_RFCOMM_DM 0x0F |
#define BT_RFCOMM_DM_PF 0x1F |
#define BT_RFCOMM_FCOFF_CMD 0x63 |
#define BT_RFCOMM_FCOFF_RSP 0x61 |
#define BT_RFCOMM_FCON_CMD 0xA3 |
#define BT_RFCOMM_FCON_RSP 0xA1 |
#define BT_RFCOMM_MSC_CMD 0xE3 |
#define BT_RFCOMM_MSC_RSP 0xE1 |
#define BT_RFCOMM_NSC_RSP 0x11 |
#define BT_RFCOMM_PN_CMD 0x83 |
#define BT_RFCOMM_PN_RSP 0x81 |
#define BT_RFCOMM_RLS_CMD 0x53 |
#define BT_RFCOMM_RLS_RSP 0x51 |
#define BT_RFCOMM_RPN_CMD 0x93 |
#define BT_RFCOMM_RPN_RSP 0x91 |
#define BT_RFCOMM_SABM 0x3F |
RFCOMM Protocol.
#define BT_RFCOMM_TEST_CMD 0x23 |
#define BT_RFCOMM_TEST_RSP 0x21 |
#define BT_RFCOMM_UA 0x73 |
#define BT_RFCOMM_UIH 0xEF |
#define BT_RFCOMM_UIH_PF 0xFF |
#define COMPLETE_L2CAP_HEADER (HCI_ACL_HEADER_SIZE + L2CAP_HEADER_SIZE) |
Referenced by l2cap_acl_classic_handler(), l2cap_acl_handler(), l2cap_acl_le_handler(), and l2cap_get_outgoing_buffer().
#define DEVICE_ID_VENDOR_ID_SOURCE_BLUETOOTH 0x0001 |
#define DEVICE_ID_VENDOR_ID_SOURCE_USB 0x0002 |
#define ERROR_CODE_ACL_CONNECTION_ALREADY_EXISTS 0x0B |
#define ERROR_CODE_AUTHENTICATION_FAILURE 0x05 |
Referenced by sm_event_packet_handler().
#define ERROR_CODE_CHANNEL_CLASSIFICATION_NOT_SUPPORTED 0x2E |
#define ERROR_CODE_COARSE_CLOCK_ADJUSTMENT_REJECTED_BUT_WILL_TRY_TO_ADJUST_USING_CLOCK_DRAGGING 0x40 |
#define ERROR_CODE_COMMAND_DISALLOWED 0x0C |
#define ERROR_CODE_CONNECTION_ACCEPT_TIMEOUT_EXCEEDED 0x10 |
#define ERROR_CODE_CONNECTION_FAILED_TO_BE_ESTABLISHED 0x3E |
#define ERROR_CODE_CONNECTION_LIMIT_EXCEEDED 0x09 |
#define ERROR_CODE_CONNECTION_REJECTED_DUE_TO_LIMITED_RESOURCES 0x0D |
#define ERROR_CODE_CONNECTION_REJECTED_DUE_TO_NO_SUITABLE_CHANNEL_FOUND 0x39 |
#define ERROR_CODE_CONNECTION_REJECTED_DUE_TO_SECURITY_REASONS 0x0E |
#define ERROR_CODE_CONNECTION_REJECTED_DUE_TO_UNACCEPTABLE_BD_ADDR 0x0F |
#define ERROR_CODE_CONNECTION_TERMINATED_BY_LOCAL_HOST 0x16 |
#define ERROR_CODE_CONNECTION_TERMINATED_DUE_TO_MIC_FAILURE 0x3D |
#define ERROR_CODE_CONNECTION_TIMEOUT 0x08 |
#define ERROR_CODE_CONTROLLER_BUSY 0x3A |
#define ERROR_CODE_DIFFERENT_TRANSACTION_COLLISION 0x2A |
#define ERROR_CODE_DIRECTED_ADVERTISING_TIMEOUT 0x3C |
#define ERROR_CODE_ENCRYPTION_MODE_NOT_ACCEPTABLE 0x25 |
#define ERROR_CODE_EXTENDED_INQUIRY_RESPONSE_TOO_LARGE 0x36 |
#define ERROR_CODE_HARDWARE_FAILURE 0x03 |
#define ERROR_CODE_HOST_BUSY_PAIRING 0x38 |
#define ERROR_CODE_INSTANT_PASSED 0x28 |
#define ERROR_CODE_INSUFFICIENT_SECURITY 0x2F |
#define ERROR_CODE_INVALID_HCI_COMMAND_PARAMETERS 0x12 |
#define ERROR_CODE_INVALID_LMP_PARAMETERS_INVALID_LL_PARAMETERS 0x1E |
#define ERROR_CODE_LINK_KEY_CANNOT_BE_CHANGED 0x26 |
#define ERROR_CODE_LMP_ERROR_TRANSACTION_COLLISION 0x23 |
#define ERROR_CODE_LMP_PDU_NOT_ALLOWED 0x24 |
#define ERROR_CODE_LMP_RESPONSE_TIMEOUT_LL_RESPONSE_TIMEOUT 0x22 |
#define ERROR_CODE_MAC_CONNECTION_FAILED 0x3F |
#define ERROR_CODE_MEMORY_CAPACITY_EXCEEDED 0x07 |
#define ERROR_CODE_PAGE_TIMEOUT 0x04 |
#define ERROR_CODE_PAIRING_NOT_ALLOWED 0x18 |
Referenced by hci_run().
#define ERROR_CODE_PAIRING_WITH_UNIT_KEY_NOT_SUPPORTED 0x29 |
#define ERROR_CODE_PARAMETER_OUT_OF_MANDATORY_RANGE 0x30 |
#define ERROR_CODE_PIN_OR_KEY_MISSING 0x06 |
#define ERROR_CODE_QOS_REJECTED 0x2D |
#define ERROR_CODE_QOS_UNACCEPTABLE_PARAMETER 0x2C |
#define ERROR_CODE_REMOTE_DEVICE_TERMINATED_CONNECTION_DUE_TO_LOW_RESOURCES 0x14 |
#define ERROR_CODE_REMOTE_DEVICE_TERMINATED_CONNECTION_DUE_TO_POWER_OFF 0x15 |
#define ERROR_CODE_REMOTE_USER_TERMINATED_CONNECTION 0x13 |
#define ERROR_CODE_REPEATED_ATTEMPTS 0x17 |
#define ERROR_CODE_REQUESTED_QOS_NOT_SUPPORTED 0x27 |
#define ERROR_CODE_RESERVED 0x2B |
#define ERROR_CODE_RESERVED_SLOT_VIOLATION 0x34 |
#define ERROR_CODE_ROLE_CHANGE_NOT_ALLOWED 0x21 |
#define ERROR_CODE_ROLE_SWITCH_FAILED 0x35 |
#define ERROR_CODE_ROLE_SWITCH_PENDING 0x32 |
#define ERROR_CODE_SCO_AIR_MODE_REJECTED 0x1D |
#define ERROR_CODE_SCO_INTERVAL_REJECTED 0x1C |
#define ERROR_CODE_SCO_OFFSET_REJECTED 0x1B |
#define ERROR_CODE_SECURE_SIMPLE_PAIRING_NOT_SUPPORTED_BY_HOST 0x37 |
#define ERROR_CODE_SUCCESS 0x00 |
HCI Layer.
#define ERROR_CODE_SYNCHRONOUS_CONNECTION_LIMIT_TO_A_DEVICE_EXCEEDED 0x0A |
#define ERROR_CODE_UNACCEPTABLE_CONNECTION_PARAMETERS 0x3B |
#define ERROR_CODE_UNKNOWN_CONNECTION_IDENTIFIER 0x02 |
Referenced by att_server_indicate(), and att_server_notify().
#define ERROR_CODE_UNKNOWN_HCI_COMMAND 0x01 |
#define ERROR_CODE_UNKNOWN_LMP_PDU 0x19 |
#define ERROR_CODE_UNSPECIFIED_ERROR 0x1F |
#define ERROR_CODE_UNSUPPORTED_FEATURE_OR_PARAMETER_VALUE 0x11 |
#define ERROR_CODE_UNSUPPORTED_LMP_PARAMETER_VALUE_UNSUPPORTED_LL_PARAMETER_VALUE 0x20 |
#define ERROR_CODE_UNSUPPORTED_REMOTE_FEATURE_UNSUPPORTED_LMP_FEATURE 0x1A |
#define ETHER_ADDR_LEN 6 |
BNEP Protocol.
#define ETHERTYPE_VLAN 0x8100 /* IEEE 802.1Q VLAN tag */ |
#define GAP_APPEARANCE_UUID 0x2a01 |
#define GAP_DEVICE_NAME_UUID 0x2a00 |
#define GAP_PERIPHERAL_PREFERRED_CONNECTION_PARAMETERS_UUID 0x2a04 |
#define GAP_PERIPHERAL_PRIVACY_FLAG 0x2a02 |
#define GAP_RECONNECTION_ADDRESS_UUID 0x2a03 |
#define GAP_SERVICE_CHANGED 0x2a05 |
#define GAP_SERVICE_UUID 0x1800 |
#define GATT_CHARACTERISTIC_AGGREGATE_FORMAT 0x2905 |
#define GATT_CHARACTERISTIC_EXTENDED_PROPERTIES 0x2900 |
#define GATT_CHARACTERISTIC_PRESENTATION_FORMAT 0x2904 |
#define GATT_CHARACTERISTIC_USER_DESCRIPTION 0x2901 |
#define GATT_CHARACTERISTICS_UUID 0x2803 |
#define GATT_CLIENT_CHARACTERISTICS_CONFIGURATION 0x2902 |
#define GATT_CLIENT_CHARACTERISTICS_CONFIGURATION_INDICATION 2 |
Referenced by gatt_client_write_client_characteristic_configuration().
#define GATT_CLIENT_CHARACTERISTICS_CONFIGURATION_NONE 0 |
#define GATT_CLIENT_CHARACTERISTICS_CONFIGURATION_NOTIFICATION 1 |
#define GATT_INCLUDE_SERVICE_UUID 0x2802 |
Referenced by send_gatt_included_service_request().
#define GATT_PRIMARY_SERVICE_UUID 0x2800 |
Referenced by att_db_util_add_service_uuid128(), att_db_util_add_service_uuid16(), gatt_server_get_client_configuration_handle_for_characteristic_with_uuid16(), gatt_server_get_get_handle_range_for_service_with_uuid16(), handle_find_by_type_value_request2(), handle_read_by_group_type_request2(), send_gatt_services_by_uuid_request(), and send_gatt_services_request().
#define GATT_SECONDARY_SERVICE_UUID 0x2801 |
#define GATT_SERVER_CHARACTERISTICS_CONFIGURATION 0x2903 |
#define HCI_ACL_2DH1_SIZE 54 |
#define HCI_ACL_2DH3_SIZE 367 |
#define HCI_ACL_2DH5_SIZE 679 |
#define HCI_ACL_3DH1_SIZE 83 |
#define HCI_ACL_3DH3_SIZE 552 |
#define HCI_ACL_3DH5_SIZE 1021 |
#define HCI_ACL_DATA_PACKET 0x02 |
#define HCI_ACL_DH1_SIZE 27 |
#define HCI_ACL_DH3_SIZE 183 |
#define HCI_ACL_DH5_SIZE 339 |
#define HCI_ACL_DM1_SIZE 17 |
#define HCI_ACL_DM3_SIZE 121 |
#define HCI_ACL_DM5_SIZE 224 |
#define HCI_ACL_HEADER_SIZE 4 |
Referenced by hci_transport_h4_block_read().
#define HCI_CMD_HEADER_SIZE 3 |
Referenced by hci_initializing_run().
#define HCI_CMD_PAYLOAD_SIZE 255 |
#define HCI_COMMAND_DATA_PACKET 0x01 |
HCI Transport.
packet types - used in BTstack and over the H4 UART interface
Referenced by atwilc3000_send_command(), atwilc3000_write_memory(), hci_can_send_comand_packet_transport(), hci_dump_packet(), hci_initializing_run(), hci_send_cmd_packet(), and printf_packet().
#define HCI_EVENT_AUTHENTICATION_COMPLETE_EVENT 0x06 |
#define HCI_EVENT_CHANGE_CONNECTION_LINK_KEY_COMPLETE 0x09 |
12
status | |
connection_handle |
#define HCI_EVENT_COMMAND_COMPLETE 0x0E |
12R
num_hci_command_packets | |
command_opcode | |
return_parameters |
Referenced by event_handler(), hci_initializing_event_handler(), l2cap_hci_event_handler(), and sm_event_packet_handler().
#define HCI_EVENT_COMMAND_STATUS 0x0F |
112
status | |
num_hci_command_packets | |
command_opcode |
Referenced by event_handler(), hci_initializing_event_handler(), and l2cap_hci_event_handler().
#define HCI_EVENT_CONNECTION_COMPLETE 0x03 |
12B11
status | |
connection_handle | |
bd_addr | |
link_type | |
encryption_enabled |
Referenced by event_handler(), and l2cap_hci_event_handler().
#define HCI_EVENT_CONNECTION_PACKET_TYPE_CHANGED 0x1D |
1H2
status | |
handle | |
packet_types | packet_type is in plural to avoid clash with Java binding Packet.getPacketType() |
#define HCI_EVENT_CONNECTION_REQUEST 0x04 |
#define HCI_EVENT_DATA_BUFFER_OVERFLOW 0x1A |
1
link_type |
#define HCI_EVENT_DISCONNECTION_COMPLETE 0x05 |
121
status | |
connection_handle | |
reason |
Referenced by att_event_packet_handler(), event_handler(), gatt_client_hci_event_packet_handler(), handle_hci_event(), hci_emit_disconnection_complete(), l2cap_hci_event_handler(), packet_handler(), and sm_event_packet_handler().
#define HCI_EVENT_ENCRYPTION_CHANGE 0x08 |
121
status | |
connection_handle | |
encryption_enabled |
Referenced by att_event_packet_handler(), event_handler(), handle_hci_event(), and sm_event_packet_handler().
#define HCI_EVENT_ENCRYPTION_KEY_REFRESH_COMPLETE 0x30 |
1H
status | |
handle |
Referenced by att_event_packet_handler(), and sm_event_packet_handler().
#define HCI_EVENT_EXTENDED_INQUIRY_RESPONSE 0x2F |
1B11321
num_responses | |
bd_addr | |
page_scan_repetition_mode | |
reserved | |
class_of_device | |
clock_offset | |
rssi |
Referenced by event_handler().
#define HCI_EVENT_FLUSH_OCCURRED 0x11 |
#define HCI_EVENT_HARDWARE_ERROR 0x10 |
#define HCI_EVENT_HEADER_SIZE 2 |
Referenced by hci_transport_h4_block_read().
#define HCI_EVENT_INQUIRY_COMPLETE 0x01 |
#define HCI_EVENT_INQUIRY_RESULT 0x02 |
1B11132
num_responses | |
bd_addr | |
page_scan_repetition_mode | |
reserved1 | |
reserved2 | |
class_of_device | |
clock_offset |
Referenced by event_handler().
#define HCI_EVENT_INQUIRY_RESULT_WITH_RSSI 0x22 |
1B11321
num_responses | |
bd_addr | |
page_scan_repetition_mode | |
reserved | |
class_of_device | |
clock_offset | |
rssi |
Referenced by event_handler().
#define HCI_EVENT_IO_CAPABILITY_REQUEST 0x31 |
Referenced by event_handler().
#define HCI_EVENT_IO_CAPABILITY_RESPONSE 0x32 |
#define HCI_EVENT_LE_META 0x3E |
Referenced by att_event_packet_handler(), event_handler(), handle_hci_event(), packet_handler(), and sm_event_packet_handler().
#define HCI_EVENT_LINK_KEY_NOTIFICATION 0x18 |
Referenced by event_handler().
#define HCI_EVENT_LINK_KEY_REQUEST 0x17 |
#define HCI_EVENT_MASTER_LINK_KEY_COMPLETE 0x0A |
121
status | |
connection_handle | |
key_flag |
#define HCI_EVENT_MAX_SLOTS_CHANGED 0x1B |
H1
handle | |
lmp_max_slots |
#define HCI_EVENT_MODE_CHANGE_EVENT 0x14 |
1H12
status | |
handle | |
mode | |
interval |
#define HCI_EVENT_NUMBER_OF_COMPLETED_PACKETS 0x13 |
Referenced by event_handler(), and l2cap_hci_event_handler().
#define HCI_EVENT_PACKET 0x04 |
Referenced by att_emit_can_send_now_event(), att_emit_mtu_event(), att_event_packet_handler(), att_handle_value_indication_notify_client(), att_packet_handler(), atwilc3000_log_event(), emit_event_new(), emit_event_to_registered_listeners(), gatt_client_att_packet_handler(), gatt_client_hci_event_packet_handler(), hci_dump_packet(), hci_emit_event(), hci_transport_h4_block_read(), hci_transport_h4_block_sent(), hci_transport_h5_emit_sleep_state(), hci_transport_h5_process_frame(), hids_device_can_send_now(), hids_device_emit_event_with_uint8(), l2cap_emit_can_send_now(), notify_client_simple(), notify_client_text(), packet_handler(), printf_packet(), sm_event_packet_handler(), sm_notify_client_authorization(), sm_notify_client_base(), sm_notify_client_index(), sm_notify_client_passkey(), and sm_pdu_handler().
#define HCI_EVENT_PAYLOAD_SIZE 255 |
#define HCI_EVENT_PIN_CODE_REQUEST 0x16 |
#define HCI_EVENT_QOS_SETUP_COMPLETE 0x0D |
#define HCI_EVENT_READ_CLOCK_OFFSET_COMPLETE 0x1C |
1H2
status | |
handle | |
clock_offset |
#define HCI_EVENT_READ_REMOTE_SUPPORTED_FEATURES_COMPLETE 0x0B |
Referenced by event_handler(), and l2cap_hci_event_handler().
#define HCI_EVENT_READ_REMOTE_VERSION_INFORMATION_COMPLETE 0x0C |
#define HCI_EVENT_REMOTE_NAME_REQUEST_COMPLETE 0x07 |
#define HCI_EVENT_REMOTE_OOB_DATA_REQUEST 0x35 |
B
bd_addr |
#define HCI_EVENT_RETURN_LINK_KEYS 0x15 |
#define HCI_EVENT_ROLE_CHANGE 0x12 |
#define HCI_EVENT_SIMPLE_PAIRING_COMPLETE 0x36 |
1B
status | |
bd_addr |
#define HCI_EVENT_SYNCHRONOUS_CONNECTION_COMPLETE 0x2C |
1HB111221
status | |
handle | |
bd_addr | |
link_type | |
transmission_interval | |
retransmission_interval | |
rx_packet_length | |
tx_packet_length | |
air_mode |
Referenced by event_handler().
#define HCI_EVENT_USER_CONFIRMATION_REQUEST 0x33 |
#define HCI_EVENT_USER_PASSKEY_REQUEST 0x34 |
#define HCI_EVENT_VENDOR_SPECIFIC 0xFF |
Referenced by hci_initializing_event_handler().
#define HCI_INQUIRY_LAP 0x9E8B33L |
Default INQ Mode.
Referenced by hci_run().
#define HCI_ROLE_MASTER 0 |
Referenced by event_handler().
#define HCI_ROLE_SLAVE 1 |
Referenced by event_handler(), and hci_run().
#define HCI_SCO_DATA_PACKET 0x03 |
#define HCI_SCO_HEADER_SIZE 3 |
Referenced by hci_transport_h4_block_read().
#define HCI_SUBEVENT_LE_ADVERTISING_REPORT 0x02 |
Referenced by event_handler().
#define HCI_SUBEVENT_LE_CONNECTION_COMPLETE 0x01 |
11H11B2221
subevent_code | |
status | |
connection_handle | |
role | |
peer_address_type | |
peer_address | |
conn_interval | |
conn_latency | |
supervision_timeout | |
master_clock_accuracy |
Referenced by att_event_packet_handler(), event_handler(), handle_hci_event(), packet_handler(), and sm_event_packet_handler().
#define HCI_SUBEVENT_LE_CONNECTION_UPDATE_COMPLETE 0x03 |
11H222
subevent_code | |
status | |
connection_handle | |
conn_interval | |
conn_latency | |
supervision_timeout |
#define HCI_SUBEVENT_LE_DATA_LENGTH_CHANGE 0x07 |
1H2222
subevent_code | |
connection_handle | |
max_tx_octets | |
max_tx_time | |
max_rx_octets | |
max_rx_time |
#define HCI_SUBEVENT_LE_DIRECT_ADVERTISING_REPORT 0x0B |
#define HCI_SUBEVENT_LE_ENHANCED_CONNECTION_COMPLETE 0x0A |
11H11BBB2221
subevent_code | |
status | |
connection_handle | |
role | |
peer_address_type | |
perr_addresss | |
local_resolvable_private_addres | |
peer_resolvable_private_addres | |
conn_interval | |
conn_latency | |
supervision_timeout | |
master_clock_accuracy |
#define HCI_SUBEVENT_LE_GENERATE_DHKEY_COMPLETE 0x09 |
11Q
subevent_code | |
status | |
dhkey | Diffie-Hellman key |
Referenced by sm_event_packet_handler().
#define HCI_SUBEVENT_LE_LONG_TERM_KEY_REQUEST 0x05 |
1HD2
subevent_code | |
connection_handle | |
random_number | |
encryption_diversifier |
Referenced by sm_event_packet_handler().
#define HCI_SUBEVENT_LE_READ_LOCAL_P256_PUBLIC_KEY_COMPLETE 0x08 |
11QQ
subevent_code | |
status | |
dhkey_x | x coordinate of P256 public key |
dhkey_y | y coordinate of P256 public key |
Referenced by sm_event_packet_handler().
#define HCI_SUBEVENT_LE_READ_REMOTE_USED_FEATURES_COMPLETE 0x04 |
1HD2
subevent_code | |
connection_handle | |
random_number | |
encryption_diversifier |
#define HCI_SUBEVENT_LE_REMOTE_CONNECTION_PARAMETER_REQUEST 0x06 |
1H2222
subevent_code | |
connection_handle | |
interval_min | |
interval_max | |
latency | |
timeout |
#define L2CAP_CID_ATTRIBUTE_PROTOCOL 0x0004 |
Referenced by att_confirmation(), att_dispatch_client_can_send_now(), att_dispatch_client_request_can_send_now_event(), att_dispatch_register_client(), att_dispatch_register_server(), att_dispatch_server_can_send_now(), att_dispatch_server_request_can_send_now_event(), att_exchange_mtu_request(), att_execute_write_request(), att_find_by_type_value_request(), att_find_information_request(), att_prepare_write_request(), att_read_blob_request(), att_read_by_type_or_group_request_for_uuid128(), att_read_by_type_or_group_request_for_uuid16(), att_read_multiple_request(), att_read_request(), att_server_indicate(), att_server_notify(), att_server_process_validated_request(), att_write_request(), l2cap_acl_le_handler(), l2cap_fixed_channel_table_channel_id_for_index(), and l2cap_fixed_channel_table_index_for_channel_id().
#define L2CAP_CID_CONNECTIONLESS_CHANNEL 0x0002 |
#define L2CAP_CID_SECURITY_MANAGER_PROTOCOL 0x0006 |
#define L2CAP_CID_SIGNALING 0x0001 |
Referenced by l2cap_acl_classic_handler().
#define L2CAP_CID_SIGNALING_LE 0x0005 |
Referenced by l2cap_acl_le_handler().
#define L2CAP_CONF_RESULT_FLOW_SPEC_REJECTED 0x0005 |
#define L2CAP_CONF_RESULT_PENDING 0x0004 |
#define L2CAP_CONF_RESULT_REJECT 0x0002 |
#define L2CAP_CONF_RESULT_SUCCESS 0x0000 |
Referenced by l2cap_run().
#define L2CAP_CONF_RESULT_UNACCEPTABLE_PARAMETERS 0x0001 |
Referenced by l2cap_run().
#define L2CAP_CONF_RESULT_UNKNOWN_OPTIONS 0x0003 |
Referenced by l2cap_run().
#define L2CAP_DEFAULT_MTU 672 |
#define L2CAP_ERTX_TIMEOUT_MS 120000 |
#define L2CAP_HEADER_SIZE 4 |
L2CAP Layer.
Referenced by l2cap_max_mtu().
#define L2CAP_LE_DEFAULT_MTU 23 |
#define L2CAP_MINIMAL_MTU 48 |
#define L2CAP_REJ_CMD_UNKNOWN 0x0000 |
Referenced by l2cap_acl_le_handler().
#define L2CAP_RTX_TIMEOUT_MS 10000 |
#define L2CAP_SIG_ID_INVALID 0 |
#define LE_ADVERTISING_DATA_SIZE 31 |
#define LINE_STATUS_FRAMING_ERROR 0x09 |
#define LINE_STATUS_NO_ERROR 0x00 |
#define LINE_STATUS_OVERRUN_ERROR 0x03 |
#define LINE_STATUS_PARITY_ERORR 0x05 |
#define LINK_KEY_LEN 16 |
link key
Referenced by get_link_key(), and put_link_key().
#define LINK_KEY_STR_LEN (LINK_KEY_LEN*2) |
#define MODEM_STATUS_DV 0x80 |
#define MODEM_STATUS_FC 0x02 |
#define MODEM_STATUS_IC 0x40 |
#define MODEM_STATUS_RTC 0x04 |
#define MODEM_STATUS_RTR 0x08 |
#define OGF_CONTROLLER_BASEBAND 0x03 |
#define OGF_INFORMATIONAL_PARAMETERS 0x04 |
#define OGF_LE_CONTROLLER 0x08 |
#define OGF_LINK_CONTROL 0x01 |
#define OGF_LINK_POLICY 0x02 |
#define OGF_STATUS_PARAMETERS 0x05 |
#define OGF_TESTING 0x06 |
#define OGF_VENDOR 0x3f |
#define PSM_BNEP BLUETOOTH_PROTOCOL_BNEP |
#define PSM_HID_CONTROL 0x11 |
#define PSM_HID_INTERRUPT 0x13 |
#define PSM_IPSP 0x23 |
#define PSM_RFCOMM BLUETOOTH_PROTOCOL_RFCOMM |
#define PSM_SDP BLUETOOTH_PROTOCOL_SDP |
#define RPN_PARAM_MASK_0_BAUD 0x01 |
#define RPN_PARAM_MASK_0_DATA_BITS 0x02 |
#define RPN_PARAM_MASK_0_PARITY 0x08 |
#define RPN_PARAM_MASK_0_PARITY_TYPE 0x10 |
#define RPN_PARAM_MASK_0_RESERVED 0x80 |
#define RPN_PARAM_MASK_0_STOP_BITS 0x04 |
#define RPN_PARAM_MASK_0_XOFF_CHAR 0x40 |
#define RPN_PARAM_MASK_0_XON_CHAR 0x20 |
#define RPN_PARAM_MASK_1_RESERVED_0 0x40 |
#define RPN_PARAM_MASK_1_RESERVED_1 0x80 |
#define RPN_PARAM_MASK_1_RTC_ON_INPUT 0x10 |
#define RPN_PARAM_MASK_1_RTC_ON_OUTPUT 0x20 |
#define RPN_PARAM_MASK_1_RTR_ON_INPUT 0x04 |
#define RPN_PARAM_MASK_1_RTR_ON_OUTPUT 0x08 |
#define RPN_PARAM_MASK_1_XONOFF_ON_INPUT 0x01 |
#define RPN_PARAM_MASK_1_XONOFF_ON_OUTPUT 0x02 |
#define SDP_AdditionalProtocolDescriptorList BLUETOOTH_ATTRIBUTE_ADDITIONAL_PROTOCOL_DESCRIPTOR_LISTS |
#define SDP_AVDTPProtocol BLUETOOTH_PROTOCOL_AVDTP |
#define SDP_BluetoothProfileDescriptorList BLUETOOTH_ATTRIBUTE_BLUETOOTH_PROFILE_DESCRIPTOR_LIST |
#define SDP_BNEPProtocol BLUETOOTH_PROTOCOL_BNEP |
#define SDP_BrowseGroupList BLUETOOTH_ATTRIBUTE_BROWSE_GROUP_LIST |
#define SDP_ClientExecutableURL BLUETOOTH_ATTRIBUTE_CLIENT_EXECUTABLE_URL |
#define SDP_DocumentationURL BLUETOOTH_ATTRIBUTE_DOCUMENTATION_URL |
#define SDP_GenericAudio BLUETOOTH_SERVICE_CLASS_GENERIC_AUDIO |
#define SDP_GN BLUETOOTH_SERVICE_CLASS_GN |
#define SDP_Handsfree BLUETOOTH_SERVICE_CLASS_HANDSFREE |
#define SDP_HandsfreeAudioGateway BLUETOOTH_SERVICE_CLASS_HANDSFREE_AUDIO_GATEWAY |
#define SDP_Headset_AG BLUETOOTH_SERVICE_CLASS_HEADSET_AUDIO_GATEWAY_AG |
#define SDP_Headset_HS BLUETOOTH_SERVICE_CLASS_HEADSET_HS |
#define SDP_HSP BLUETOOTH_SERVICE_CLASS_HEADSET |
#define SDP_iCal_2_0 0x04 |
#define SDP_IconURL BLUETOOTH_ATTRIBUTE_ICON_URL |
#define SDP_L2CAPProtocol BLUETOOTH_PROTOCOL_L2CAP |
#define SDP_LanguageBaseAttributeIDList BLUETOOTH_ATTRIBUTE_LANGUAGE_BASE_ATTRIBUTE_ID_LIST |
#define SDP_NAP BLUETOOTH_SERVICE_CLASS_NAP |
#define SDP_OBEXFileTransfer BLUETOOTH_SERVICE_CLASS_OBEX_FILE_TRANSFER |
#define SDP_OBEXFileTypeAny 0xFF |
#define SDP_OBEXObjectPush BLUETOOTH_SERVICE_CLASS_OBEX_OBJECT_PUSH |
#define SDP_OBEXProtocol BLUETOOTH_PROTOCOL_OBEX |
#define SDP_Offest_ProviderName 0x0002 |
#define SDP_Offest_ServiceDescription 0x0001 |
#define SDP_Offest_ServiceName 0x0000 |
. until here ..
#define SDP_PANU BLUETOOTH_SERVICE_CLASS_PANU |
#define SDP_ProtocolDescriptorList BLUETOOTH_ATTRIBUTE_PROTOCOL_DESCRIPTOR_LIST |
#define SDP_PublicBrowseGroup BLUETOOTH_ATTRIBUTE_PUBLIC_BROWSE_ROOT |
#define SDP_RFCOMMProtocol BLUETOOTH_PROTOCOL_RFCOMM |
#define SDP_SDPProtocol BLUETOOTH_PROTOCOL_SDP |
#define SDP_ServiceAvailability BLUETOOTH_ATTRIBUTE_SERVICE_AVAILABILITY |
#define SDP_ServiceClassIDList BLUETOOTH_ATTRIBUTE_SERVICE_CLASS_ID_LIST |
#define SDP_ServiceID BLUETOOTH_ATTRIBUTE_SERVICE_ID |
#define SDP_ServiceInfoTimeToLive BLUETOOTH_ATTRIBUTE_SERVICE_INFO_TIME_TO_LIVE |
#define SDP_ServiceRecordHandle BLUETOOTH_ATTRIBUTE_SERVICE_RECORD_HANDLE |
#define SDP_ServiceRecordState BLUETOOTH_ATTRIBUTE_SERVICE_RECORD_STATE |
#define SDP_SupportedFormatsList BLUETOOTH_ATTRIBUTE_SUPPORTED_FORMATS_LIST |
#define SDP_UDPProtocol BLUETOOTH_PROTOCOL_UDP |
#define SDP_vCal_1_0 0x03 |
#define SDP_vCard_2_1 0x01 |
#define SDP_vCard_3_0 0x02 |
#define SDP_vMessage 0x06 |
#define SDP_vNote 0x05 |
#define SM_AUTHREQ_BONDING 0x01 |
Referenced by sm_key_distribution_flags_for_auth_req(), and sm_run().
#define SM_AUTHREQ_KEYPRESS 0x10 |
#define SM_AUTHREQ_MITM_PROTECTION 0x04 |
Referenced by sm_setup_tk().
#define SM_AUTHREQ_NO_BONDING 0x00 |
#define SM_AUTHREQ_SECURE_CONNECTION 0x08 |
Referenced by sm_set_authentication_requirements(), and sm_setup_tk().
#define SM_KEYDIST_ENC_KEY 0x01 |
Referenced by sm_key_distribution_flags_for_auth_req(), sm_key_distribution_flags_for_set(), and sm_run().
#define SM_KEYDIST_FLAG_ENCRYPTION_INFORMATION 0x01 |
Referenced by sm_key_distribution_flags_for_set(), sm_key_distribution_handle_all_received(), sm_pdu_handler(), and sm_run().
#define SM_KEYDIST_FLAG_IDENTITY_ADDRESS_INFORMATION 0x08 |
Referenced by sm_handle_encryption_result(), sm_key_distribution_flags_for_set(), sm_pdu_handler(), and sm_run().
#define SM_KEYDIST_FLAG_IDENTITY_INFORMATION 0x04 |
Referenced by sm_key_distribution_flags_for_set(), sm_key_distribution_handle_all_received(), sm_pdu_handler(), and sm_run().
#define SM_KEYDIST_FLAG_MASTER_IDENTIFICATION 0x02 |
Referenced by sm_key_distribution_flags_for_set(), sm_key_distribution_handle_all_received(), sm_pdu_handler(), and sm_run().
#define SM_KEYDIST_FLAG_SIGNING_IDENTIFICATION 0x10 |
Referenced by sm_key_distribution_flags_for_set(), sm_key_distribution_handle_all_received(), sm_pdu_handler(), and sm_run().
#define SM_KEYDIST_ID_KEY 0x02 |
Referenced by sm_key_distribution_flags_for_auth_req(), and sm_key_distribution_flags_for_set().
#define SM_KEYDIST_LINK_KEY 0x08 |
#define SM_KEYDIST_SIGN 0x04 |
Referenced by sm_key_distribution_flags_for_auth_req(), and sm_key_distribution_flags_for_set().
#define SM_KEYPRESS_PASSKEY_CLEARED 0x03 |
#define SM_KEYPRESS_PASSKEY_DIGIT_ENTERED 0x01 |
#define SM_KEYPRESS_PASSKEY_DIGIT_ERASED 0x02 |
#define SM_KEYPRESS_PASSKEY_ENTRY_COMPLETED 0x04 |
Referenced by sm_keypress_notification().
#define SM_KEYPRESS_PASSKEY_ENTRY_STARTED 0x00 |
#define SM_REASON_AUTHENTHICATION_REQUIREMENTS 0x03 |
Referenced by sm_stk_generation_init().
#define SM_REASON_COMMAND_NOT_SUPPORTED 0x07 |
#define SM_REASON_CONFIRM_VALUE_FAILED 0x04 |
Referenced by sm_handle_encryption_result().
#define SM_REASON_DHKEY_CHECK_FAILED 0x0b |
#define SM_REASON_ENCRYPTION_KEY_SIZE 0x06 |
Referenced by sm_stk_generation_init().
#define SM_REASON_INVALID_PARAMETERS 0x0a |
#define SM_REASON_NUMERIC_COMPARISON_FAILED 0x0c |
Referenced by sm_bonding_decline().
#define SM_REASON_OOB_NOT_AVAILABLE 0x02 |
#define SM_REASON_PAIRING_NOT_SUPPORTED 0x05 |
#define SM_REASON_PASSKEYT_ENTRY_FAILED 0x01 |
Referenced by sm_pdu_handler().
#define SM_REASON_REPEATED_ATTEMPTS 0x09 |
#define SM_REASON_RESERVED 0x00 |
#define SM_REASON_UNSPECIFIED_REASON 0x08 |
Referenced by sm_bonding_decline(), and sm_pdu_received_in_wrong_state().
#define SM_STK_GENERATION_METHOD_JUST_WORKS 0x01 |
Referenced by sm_init(), and sm_validate_stk_generation_method().
#define SM_STK_GENERATION_METHOD_NUMERIC_COMPARISON 0x08 |
Referenced by sm_init(), and sm_validate_stk_generation_method().
#define SM_STK_GENERATION_METHOD_OOB 0x02 |
Referenced by sm_init(), and sm_validate_stk_generation_method().
#define SM_STK_GENERATION_METHOD_PASSKEY 0x04 |
Referenced by sm_init(), and sm_validate_stk_generation_method().
#define SSP_IO_AUTHREQ_MITM_PROTECTION_NOT_REQUIRED_DEDICATED_BONDING 0x02 |
Referenced by hci_run().
#define SSP_IO_AUTHREQ_MITM_PROTECTION_NOT_REQUIRED_GENERAL_BONDING 0x04 |
Referenced by hci_init().
#define SSP_IO_AUTHREQ_MITM_PROTECTION_NOT_REQUIRED_NO_BONDING 0x00 |
SSP Authentication Requirements, see IO Capability Request Reply Commmand.
#define SSP_IO_AUTHREQ_MITM_PROTECTION_REQUIRED_DEDICATED_BONDING 0x03 |
#define SSP_IO_AUTHREQ_MITM_PROTECTION_REQUIRED_GENERAL_BONDING 0x05 |
#define SSP_IO_AUTHREQ_MITM_PROTECTION_REQUIRED_NO_BONDING 0x01 |
#define SSP_IO_CAPABILITY_DISPLAY_ONLY 0 |
SSP IO Capabilities.
#define SSP_IO_CAPABILITY_DISPLAY_YES_NO 1 |
#define SSP_IO_CAPABILITY_KEYBOARD_ONLY 2 |
#define SSP_IO_CAPABILITY_NO_INPUT_NO_OUTPUT 3 |
Referenced by hci_init().
#define SSP_IO_CAPABILITY_UNKNOWN 0xff |
Referenced by hci_run().
typedef uint8_t bd_addr_t[BD_ADDR_LEN] |
Bluetooth address.
typedef uint16_t hci_con_handle_t |
hci connection handle type
typedef uint8_t link_key_t[LINK_KEY_LEN] |
typedef enum rpn_baud rpn_baud_t |
typedef enum rpn_data_bits rpn_data_bits_t |
typedef enum rpn_flow_control rpn_flow_control_t |
typedef enum rpn_parity rpn_parity_t |
typedef enum rpn_stop_bits rpn_stop_bits_t |
enum bd_addr_type_t |
enum inquiry_mode_t |
enum io_capability_t |
L2CAP Configuration Option Types used in Configurateion Request & Response.
enum l2cap_info_type_t |
enum link_key_type_t |
link key type
enum net_access_type_t |
enum rpn_baud |
enum rpn_data_bits |
enum rpn_flow_control |
enum rpn_parity |
enum rpn_stop_bits |
enum SDP_PDU_ID_t |
SM - LE Security Manager.