Structures
- ATT_Uuid_T
Structure representing a universally unique identifier (UUID) for ATT (Attribute Protocol) operations.
- GATT_Event_T
GATT callback event structure.
- GATT_EventField_T
Union of BLE GATT callback event data types.
- GATT_EvtClientCccdListChange_T
Structure for GATTS_EVT_CLIENT_CCCDLIST_CHANGE event.
- GATT_EvtClientFeatureChange_T
Structure for GATTS_EVT_CLIENT_FEATURE_CHANGE event.
- GATT_EvtDiscCharResp_T
Structure for GATTC_EVT_DISC_CHAR_RESP event.
- GATT_EvtDiscDescResp_T
Structure for GATTC_EVT_DISC_DESC_RESP event.
- GATT_EvtDiscPrimServByUuidResp_T
Structure for GATTC_EVT_DISC_PRIM_SERV_BY_UUID_RESP event.
- GATT_EvtDiscPrimServResp_T
Structure for GATTC_EVT_DISC_PRIM_SERV_RESP event.
- GATT_EvtEncDataKeyMatlReq_T
Structure for the GATTS_EVT_ENC_DATA_KEY_MATL_REQ event.
- GATT_EvtError_T
Structure for GATTC_EVT_ERROR_RESP event.
- GATT_EvtProtocolAvailable_T
Structure for GATTC_EVT_PROTOCOL_AVAILABLE or GATTS_EVT_PROTOCOL_AVAILABLE event.
- GATT_EvtRead_T
Structure for GATTS_EVT_READ event
- GATT_EvtReadResp_T
Structure for GATTC_EVT_READ_RESP event.
- GATT_EvtReadUsingUuidResp_T
Structure for GATTC_EVT_READ_USING_UUID_RESP event.
- GATT_EvtReceiveCfm_T
Structure for GATTS_EVT_HV_CONFIRM event.
- GATT_EvtReceiveHandleValue_T
Structure for GATTC_EVT_HV_NOTIFY or GATTC_EVT_HV_INDICATE event.
- GATT_EvtServiceChange_T
Structure for GATTS_EVT_SERVICE_CHANGE event.
- GATT_EvtUpdateMtu_T
Structure for ATT_EVT_UPDATE_MTU event.
- GATT_EvtWrite_T
Structure for GATTS_EVT_WRITE event.
- GATT_EvtWriteResp_T
Structure for GATTC_EVT_WRITE_RESP event.
- GATTC_DiscoverCharacteristicByUuidParams_T
Structure for discovering characteristics by UUID.
- GATTC_DiscoverPrimaryServiceParams_T
Structure for discovering a primary service by UUID.
- GATTC_ReadByTypeParams_T
Structure for a GATT Read By Type Request.
- GATTC_WriteParams_T
Structure for a GATT Write Request.
- GATTS_Attribute_T
Structure representing a GATT attribute.
- GATTS_BondingParams_T
Structure for bonding information.
- GATTS_CccdList_T
List of CCCD values for multiple characteristics.
- GATTS_CccdSetting_T
Structure for Client Characteristic Configuration Descriptor (CCCD).
- GATTS_GattServiceOptions_T
Structure for configuration options for a GATT service.
- GATTS_HandleValueParams_T
Structure for sending a GATT Handle Value Notification or Indication.
- GATTS_SendErrRespParams_T
Structure for sending a GATT Error Response.
- GATTS_SendReadByTypeRespParams_T
Structure for sending a GATT Read By Type Response.
- GATTS_SendReadRespParams_T
Structure for sending a GATT Read Response.
- GATTS_SendWriteRespParams_T
Structure for sending a GATT Write Response.
- GATTS_Service_T
Structure for a GATT service with its attributes and handles.