Skip to content

Commit

Permalink
Bluetooth: framework/include/bt_gatts.h
Browse files Browse the repository at this point in the history
bug: v/46654

Signed-off-by: liuxiang18 <[email protected]>
  • Loading branch information
liuX10 committed Jan 3, 2025
1 parent aa90d14 commit c9e2ade
Show file tree
Hide file tree
Showing 2 changed files with 480 additions and 0 deletions.
8 changes: 8 additions & 0 deletions framework/include/bt_gatt_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ extern "C" {
#include <stdbool.h>
#include <stdint.h>

/**
* @cond
*/

typedef enum {
GATT_STATUS_SUCCESS,
GATT_STATUS_FAILURE,
Expand Down Expand Up @@ -145,6 +149,10 @@ typedef enum {
#define GATT_H_CPFD(_value, _length, _handle) \
GATT_H_DESCRIPTOR(BT_UUID_DECLARE_16(0x2904), GATT_PERM_READ, ATTR_AUTO_RSP, NULL, NULL, _value, _length, _handle)

/**
* @endcond
*/

#ifdef __cplusplus
}
#endif
Expand Down
Loading

0 comments on commit c9e2ade

Please sign in to comment.