gatt.h 54 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679
  1. /** @file
  2. * @brief Generic Attribute Profile handling.
  3. */
  4. /*
  5. * Copyright (c) 2015-2016 Intel Corporation
  6. *
  7. * SPDX-License-Identifier: Apache-2.0
  8. */
  9. #ifndef ZEPHYR_INCLUDE_BLUETOOTH_GATT_H_
  10. #define ZEPHYR_INCLUDE_BLUETOOTH_GATT_H_
  11. /**
  12. * @brief Generic Attribute Profile (GATT)
  13. * @defgroup bt_gatt Generic Attribute Profile (GATT)
  14. * @ingroup bluetooth
  15. * @{
  16. */
  17. #include <stddef.h>
  18. #include <sys/slist.h>
  19. #include <sys/types.h>
  20. #include <sys/util.h>
  21. #include <bluetooth/conn.h>
  22. #include <bluetooth/uuid.h>
  23. #include <bluetooth/att.h>
  24. #ifdef __cplusplus
  25. extern "C" {
  26. #endif
  27. /** GATT attribute permission bit field values */
  28. enum {
  29. /** No operations supported, e.g. for notify-only */
  30. BT_GATT_PERM_NONE = 0,
  31. /** Attribute read permission. */
  32. BT_GATT_PERM_READ = BIT(0),
  33. /** Attribute write permission. */
  34. BT_GATT_PERM_WRITE = BIT(1),
  35. /** @brief Attribute read permission with encryption.
  36. *
  37. * If set, requires encryption for read access.
  38. */
  39. BT_GATT_PERM_READ_ENCRYPT = BIT(2),
  40. /** @brief Attribute write permission with encryption.
  41. *
  42. * If set, requires encryption for write access.
  43. */
  44. BT_GATT_PERM_WRITE_ENCRYPT = BIT(3),
  45. /** @brief Attribute read permission with authentication.
  46. *
  47. * If set, requires encryption using authenticated link-key for read
  48. * access.
  49. */
  50. BT_GATT_PERM_READ_AUTHEN = BIT(4),
  51. /** @brief Attribute write permission with authentication.
  52. *
  53. * If set, requires encryption using authenticated link-key for write
  54. * access.
  55. */
  56. BT_GATT_PERM_WRITE_AUTHEN = BIT(5),
  57. /** @brief Attribute prepare write permission.
  58. *
  59. * If set, allows prepare writes with use of BT_GATT_WRITE_FLAG_PREPARE
  60. * passed to write callback.
  61. */
  62. BT_GATT_PERM_PREPARE_WRITE = BIT(6),
  63. };
  64. /** @def BT_GATT_ERR
  65. * @brief Construct error return value for attribute read and write callbacks.
  66. *
  67. * @param _att_err ATT error code
  68. *
  69. * @return Appropriate error code for the attribute callbacks.
  70. */
  71. #define BT_GATT_ERR(_att_err) (-(_att_err))
  72. /** GATT attribute write flags */
  73. enum {
  74. /** @brief Attribute prepare write flag
  75. *
  76. * If set, write callback should only check if the device is
  77. * authorized but no data shall be written.
  78. */
  79. BT_GATT_WRITE_FLAG_PREPARE = BIT(0),
  80. /** @brief Attribute write command flag
  81. *
  82. * If set, indicates that write operation is a command (Write without
  83. * response) which doesn't generate any response.
  84. */
  85. BT_GATT_WRITE_FLAG_CMD = BIT(1),
  86. };
  87. /** @brief GATT Attribute structure. */
  88. struct bt_gatt_attr {
  89. /** Attribute UUID */
  90. const struct bt_uuid *uuid;
  91. /** @brief Attribute read callback
  92. *
  93. * The callback can also be used locally to read the contents of the
  94. * attribute in which case no connection will be set.
  95. *
  96. * @param conn The connection that is requesting to read
  97. * @param attr The attribute that's being read
  98. * @param buf Buffer to place the read result in
  99. * @param len Length of data to read
  100. * @param offset Offset to start reading from
  101. *
  102. * @return Number fo bytes read, or in case of an error
  103. * BT_GATT_ERR() with a specific ATT error code.
  104. */
  105. ssize_t (*read)(struct bt_conn *conn, const struct bt_gatt_attr *attr,
  106. void *buf, uint16_t len, uint16_t offset);
  107. /** @brief Attribute write callback
  108. *
  109. * @param conn The connection that is requesting to write
  110. * @param attr The attribute that's being written
  111. * @param buf Buffer with the data to write
  112. * @param len Number of bytes in the buffer
  113. * @param offset Offset to start writing from
  114. * @param flags Flags (BT_GATT_WRITE_*)
  115. *
  116. * @return Number of bytes written, or in case of an error
  117. * BT_GATT_ERR() with a specific ATT error code.
  118. */
  119. ssize_t (*write)(struct bt_conn *conn, const struct bt_gatt_attr *attr,
  120. const void *buf, uint16_t len, uint16_t offset,
  121. uint8_t flags);
  122. /** Attribute user data */
  123. void *user_data;
  124. /** Attribute handle */
  125. uint16_t handle;
  126. /** Attribute permissions */
  127. uint8_t perm;
  128. };
  129. /** @brief GATT Service structure */
  130. struct bt_gatt_service_static {
  131. /** Service Attributes */
  132. const struct bt_gatt_attr *attrs;
  133. /** Service Attribute count */
  134. size_t attr_count;
  135. };
  136. /** @brief GATT Service structure */
  137. struct bt_gatt_service {
  138. /** Service Attributes */
  139. struct bt_gatt_attr *attrs;
  140. /** Service Attribute count */
  141. size_t attr_count;
  142. sys_snode_t node;
  143. };
  144. /** @brief Service Attribute Value. */
  145. struct bt_gatt_service_val {
  146. /** Service UUID. */
  147. const struct bt_uuid *uuid;
  148. /** Service end handle. */
  149. uint16_t end_handle;
  150. };
  151. /** @brief Include Attribute Value. */
  152. struct bt_gatt_include {
  153. /** Service UUID. */
  154. const struct bt_uuid *uuid;
  155. /** Service start handle. */
  156. uint16_t start_handle;
  157. /** Service end handle. */
  158. uint16_t end_handle;
  159. };
  160. /** @brief GATT callback structure. */
  161. struct bt_gatt_cb {
  162. /** @brief The maximum ATT MTU on a connection has changed.
  163. *
  164. * This callback notifies the application that the maximum TX or RX
  165. * ATT MTU has increased.
  166. *
  167. * @param conn Connection object.
  168. * @param tx Updated TX ATT MTU.
  169. * @param rx Updated RX ATT MTU.
  170. */
  171. void (*att_mtu_updated)(struct bt_conn *conn, uint16_t tx, uint16_t rx);
  172. sys_snode_t node;
  173. };
  174. /** Characteristic Properties Bit field values */
  175. /** @def BT_GATT_CHRC_BROADCAST
  176. * @brief Characteristic broadcast property.
  177. *
  178. * If set, permits broadcasts of the Characteristic Value using Server
  179. * Characteristic Configuration Descriptor.
  180. */
  181. #define BT_GATT_CHRC_BROADCAST 0x01
  182. /** @def BT_GATT_CHRC_READ
  183. * @brief Characteristic read property.
  184. *
  185. * If set, permits reads of the Characteristic Value.
  186. */
  187. #define BT_GATT_CHRC_READ 0x02
  188. /** @def BT_GATT_CHRC_WRITE_WITHOUT_RESP
  189. * @brief Characteristic write without response property.
  190. *
  191. * If set, permits write of the Characteristic Value without response.
  192. */
  193. #define BT_GATT_CHRC_WRITE_WITHOUT_RESP 0x04
  194. /** @def BT_GATT_CHRC_WRITE
  195. * @brief Characteristic write with response property.
  196. *
  197. * If set, permits write of the Characteristic Value with response.
  198. */
  199. #define BT_GATT_CHRC_WRITE 0x08
  200. /** @def BT_GATT_CHRC_NOTIFY
  201. * @brief Characteristic notify property.
  202. *
  203. * If set, permits notifications of a Characteristic Value without
  204. * acknowledgment.
  205. */
  206. #define BT_GATT_CHRC_NOTIFY 0x10
  207. /** @def BT_GATT_CHRC_INDICATE
  208. * @brief Characteristic indicate property.
  209. *
  210. * If set, permits indications of a Characteristic Value with acknowledgment.
  211. */
  212. #define BT_GATT_CHRC_INDICATE 0x20
  213. /** @def BT_GATT_CHRC_AUTH
  214. * @brief Characteristic Authenticated Signed Writes property.
  215. *
  216. * If set, permits signed writes to the Characteristic Value.
  217. */
  218. #define BT_GATT_CHRC_AUTH 0x40
  219. /** @def BT_GATT_CHRC_EXT_PROP
  220. * @brief Characteristic Extended Properties property.
  221. *
  222. * If set, additional characteristic properties are defined in the
  223. * Characteristic Extended Properties Descriptor.
  224. */
  225. #define BT_GATT_CHRC_EXT_PROP 0x80
  226. /** @brief Characteristic Attribute Value. */
  227. struct bt_gatt_chrc {
  228. /** Characteristic UUID. */
  229. const struct bt_uuid *uuid;
  230. /** Characteristic Value handle. */
  231. uint16_t value_handle;
  232. /** Characteristic properties. */
  233. uint8_t properties;
  234. };
  235. /** Characteristic Extended Properties Bit field values */
  236. #define BT_GATT_CEP_RELIABLE_WRITE 0x0001
  237. #define BT_GATT_CEP_WRITABLE_AUX 0x0002
  238. /** @brief Characteristic Extended Properties Attribute Value. */
  239. struct bt_gatt_cep {
  240. /** Characteristic Extended properties */
  241. uint16_t properties;
  242. };
  243. /** Client Characteristic Configuration Values */
  244. /** @def BT_GATT_CCC_NOTIFY
  245. * @brief Client Characteristic Configuration Notification.
  246. *
  247. * If set, changes to Characteristic Value shall be notified.
  248. */
  249. #define BT_GATT_CCC_NOTIFY 0x0001
  250. /** @def BT_GATT_CCC_INDICATE
  251. * @brief Client Characteristic Configuration Indication.
  252. *
  253. * If set, changes to Characteristic Value shall be indicated.
  254. */
  255. #define BT_GATT_CCC_INDICATE 0x0002
  256. /** Client Characteristic Configuration Attribute Value */
  257. struct bt_gatt_ccc {
  258. /** Client Characteristic Configuration flags */
  259. uint16_t flags;
  260. };
  261. /** Server Characteristic Configuration Values */
  262. /** @def BT_GATT_SCC_BROADCAST
  263. * @brief Server Characteristic Configuration Broadcast
  264. *
  265. * If set, the characteristic value shall be broadcast in the advertising data
  266. * when the server is advertising.
  267. */
  268. #define BT_GATT_SCC_BROADCAST 0x0001
  269. /** Server Characterestic Configuration Attribute Value */
  270. struct bt_gatt_scc {
  271. /** Server Characteristic Configuration flags */
  272. uint16_t flags;
  273. };
  274. /** @brief GATT Characteristic Presentation Format Attribute Value. */
  275. struct bt_gatt_cpf {
  276. /** Format of the value of the characteristic */
  277. uint8_t format;
  278. /** Exponent field to determine how the value of this characteristic is
  279. * further formatted
  280. */
  281. int8_t exponent;
  282. /** Unit of the characteristic */
  283. uint16_t unit;
  284. /** Name space of the description */
  285. uint8_t name_space;
  286. /** Description of the characteristic as defined in a higher layer profile */
  287. uint16_t description;
  288. };
  289. /**
  290. * @defgroup bt_gatt_server GATT Server APIs
  291. * @ingroup bt_gatt
  292. * @{
  293. */
  294. /** @brief Register GATT callbacks.
  295. *
  296. * Register callbacks to monitor the state of GATT.
  297. *
  298. * @param cb Callback struct.
  299. */
  300. void bt_gatt_cb_register(struct bt_gatt_cb *cb);
  301. /** @brief Register GATT service.
  302. *
  303. * Register GATT service. Applications can make use of
  304. * macros such as BT_GATT_PRIMARY_SERVICE, BT_GATT_CHARACTERISTIC,
  305. * BT_GATT_DESCRIPTOR, etc.
  306. *
  307. * When using @kconfig{CONFIG_BT_SETTINGS} then all services that should have
  308. * bond configuration loaded, i.e. CCC values, must be registered before
  309. * calling @ref settings_load.
  310. *
  311. * When using @kconfig{CONFIG_BT_GATT_CACHING} and @kconfig{CONFIG_BT_SETTINGS}
  312. * then all services that should be included in the GATT Database Hash
  313. * calculation should be added before calling @ref settings_load.
  314. * All services registered after settings_load will trigger a new database hash
  315. * calculation and a new hash stored.
  316. *
  317. * @param svc Service containing the available attributes
  318. *
  319. * @return 0 in case of success or negative value in case of error.
  320. */
  321. int bt_gatt_service_register(struct bt_gatt_service *svc);
  322. /** @brief Unregister GATT service.
  323. * *
  324. * @param svc Service to be unregistered.
  325. *
  326. * @return 0 in case of success or negative value in case of error.
  327. */
  328. int bt_gatt_service_unregister(struct bt_gatt_service *svc);
  329. enum {
  330. BT_GATT_ITER_STOP = 0,
  331. BT_GATT_ITER_CONTINUE,
  332. };
  333. /** @typedef bt_gatt_attr_func_t
  334. * @brief Attribute iterator callback.
  335. *
  336. * @param attr Attribute found.
  337. * @param handle Attribute handle found.
  338. * @param user_data Data given.
  339. *
  340. * @return BT_GATT_ITER_CONTINUE if should continue to the next attribute.
  341. * @return BT_GATT_ITER_STOP to stop.
  342. */
  343. typedef uint8_t (*bt_gatt_attr_func_t)(const struct bt_gatt_attr *attr,
  344. uint16_t handle,
  345. void *user_data);
  346. /** @brief Attribute iterator by type.
  347. *
  348. * Iterate attributes in the given range matching given UUID and/or data.
  349. *
  350. * @param start_handle Start handle.
  351. * @param end_handle End handle.
  352. * @param uuid UUID to match, passing NULL skips UUID matching.
  353. * @param attr_data Attribute data to match, passing NULL skips data matching.
  354. * @param num_matches Number matches, passing 0 makes it unlimited.
  355. * @param func Callback function.
  356. * @param user_data Data to pass to the callback.
  357. */
  358. void bt_gatt_foreach_attr_type(uint16_t start_handle, uint16_t end_handle,
  359. const struct bt_uuid *uuid,
  360. const void *attr_data, uint16_t num_matches,
  361. bt_gatt_attr_func_t func,
  362. void *user_data);
  363. /** @brief Attribute iterator.
  364. *
  365. * Iterate attributes in the given range.
  366. *
  367. * @param start_handle Start handle.
  368. * @param end_handle End handle.
  369. * @param func Callback function.
  370. * @param user_data Data to pass to the callback.
  371. */
  372. static inline void bt_gatt_foreach_attr(uint16_t start_handle, uint16_t end_handle,
  373. bt_gatt_attr_func_t func,
  374. void *user_data)
  375. {
  376. bt_gatt_foreach_attr_type(start_handle, end_handle, NULL, NULL, 0, func,
  377. user_data);
  378. }
  379. /** @brief Iterate to the next attribute
  380. *
  381. * Iterate to the next attribute following a given attribute.
  382. *
  383. * @param attr Current Attribute.
  384. *
  385. * @return The next attribute or NULL if it cannot be found.
  386. */
  387. struct bt_gatt_attr *bt_gatt_attr_next(const struct bt_gatt_attr *attr);
  388. /** @brief Find Attribute by UUID.
  389. *
  390. * Find the attribute with the matching UUID.
  391. * To limit the search to a service set the attr to the service attributes and
  392. * the attr_count to the service attribute count .
  393. *
  394. * @param attr Pointer to an attribute that serves as the starting point
  395. * for the search of a match for the UUID.
  396. * Passing NULL will search the entire range.
  397. * @param attr_count The number of attributes from the starting point to
  398. * search for a match for the UUID.
  399. * Set to 0 to search until the end.
  400. * @param uuid UUID to match.
  401. */
  402. struct bt_gatt_attr *bt_gatt_find_by_uuid(const struct bt_gatt_attr *attr,
  403. uint16_t attr_count,
  404. const struct bt_uuid *uuid);
  405. /** @brief Get Attribute handle.
  406. *
  407. * @param attr Attribute object.
  408. *
  409. * @return Handle of the corresponding attribute or zero if the attribute
  410. * could not be found.
  411. */
  412. uint16_t bt_gatt_attr_get_handle(const struct bt_gatt_attr *attr);
  413. /** @brief Get the handle of the characteristic value descriptor.
  414. *
  415. * @param attr A Characteristic Attribute.
  416. *
  417. * @note The user_data of the attribute must of type @ref bt_gatt_chrc.
  418. *
  419. * @return the handle of the corresponding Characteristic Value. The value will
  420. * be zero (the invalid handle) if @p attr was not a characteristic
  421. * attribute.
  422. */
  423. uint16_t bt_gatt_attr_value_handle(const struct bt_gatt_attr *attr);
  424. /** @brief Generic Read Attribute value helper.
  425. *
  426. * Read attribute value from local database storing the result into buffer.
  427. *
  428. * @param conn Connection object.
  429. * @param attr Attribute to read.
  430. * @param buf Buffer to store the value.
  431. * @param buf_len Buffer length.
  432. * @param offset Start offset.
  433. * @param value Attribute value.
  434. * @param value_len Length of the attribute value.
  435. *
  436. * @return number of bytes read in case of success or negative values in
  437. * case of error.
  438. */
  439. ssize_t bt_gatt_attr_read(struct bt_conn *conn, const struct bt_gatt_attr *attr,
  440. void *buf, uint16_t buf_len, uint16_t offset,
  441. const void *value, uint16_t value_len);
  442. /** @brief Read Service Attribute helper.
  443. *
  444. * Read service attribute value from local database storing the result into
  445. * buffer after encoding it.
  446. * @note Only use this with attributes which user_data is a bt_uuid.
  447. *
  448. * @param conn Connection object.
  449. * @param attr Attribute to read.
  450. * @param buf Buffer to store the value read.
  451. * @param len Buffer length.
  452. * @param offset Start offset.
  453. *
  454. * @return number of bytes read in case of success or negative values in
  455. * case of error.
  456. */
  457. ssize_t bt_gatt_attr_read_service(struct bt_conn *conn,
  458. const struct bt_gatt_attr *attr,
  459. void *buf, uint16_t len, uint16_t offset);
  460. /** @def BT_GATT_SERVICE_DEFINE
  461. * @brief Statically define and register a service.
  462. *
  463. * Helper macro to statically define and register a service.
  464. *
  465. * @param _name Service name.
  466. */
  467. #define BT_GATT_SERVICE_DEFINE(_name, ...) \
  468. const struct bt_gatt_attr attr_##_name[] = { __VA_ARGS__ }; \
  469. const STRUCT_SECTION_ITERABLE(bt_gatt_service_static, _name) = \
  470. BT_GATT_SERVICE(attr_##_name)
  471. #define _BT_GATT_ATTRS_ARRAY_DEFINE(n, _instances, _attrs_def) \
  472. static struct bt_gatt_attr attrs_##n[] = _attrs_def(_instances[n]);
  473. #define _BT_GATT_SERVICE_ARRAY_ITEM(_n, _) BT_GATT_SERVICE(attrs_##_n),
  474. /** @def BT_GATT_SERVICE_INSTANCE_DEFINE
  475. * @brief Statically define service structure array.
  476. *
  477. * Helper macro to statically define service structure array. Each element
  478. * of the array is linked to the service attribute array which is also
  479. * defined in this scope using _attrs_def macro.
  480. *
  481. * @param _name Name of service structure array.
  482. * @param _instances Array of instances to pass as user context to the
  483. * attribute callbacks.
  484. * @param _instance_num Number of elements in instance array.
  485. * @param _attrs_def Macro provided by the user that defines attribute
  486. * array for the serivce. This macro should accept single
  487. * parameter which is the instance context.
  488. */
  489. #define BT_GATT_SERVICE_INSTANCE_DEFINE( \
  490. _name, _instances, _instance_num, _attrs_def) \
  491. BUILD_ASSERT(ARRAY_SIZE(_instances) == _instance_num, \
  492. "The number of array elements does not match its size"); \
  493. UTIL_EVAL(UTIL_REPEAT( \
  494. _instance_num, _BT_GATT_ATTRS_ARRAY_DEFINE, _instances, \
  495. _attrs_def)) \
  496. static struct bt_gatt_service _name[] = { \
  497. UTIL_LISTIFY(_instance_num, _BT_GATT_SERVICE_ARRAY_ITEM) \
  498. }
  499. /** @def BT_GATT_SERVICE
  500. * @brief Service Structure Declaration Macro.
  501. *
  502. * Helper macro to declare a service structure.
  503. *
  504. * @param _attrs Service attributes.
  505. */
  506. #define BT_GATT_SERVICE(_attrs) \
  507. { \
  508. .attrs = _attrs, \
  509. .attr_count = ARRAY_SIZE(_attrs), \
  510. }
  511. /** @def BT_GATT_PRIMARY_SERVICE
  512. * @brief Primary Service Declaration Macro.
  513. *
  514. * Helper macro to declare a primary service attribute.
  515. *
  516. * @param _service Service attribute value.
  517. */
  518. #define BT_GATT_PRIMARY_SERVICE(_service) \
  519. BT_GATT_ATTRIBUTE(BT_UUID_GATT_PRIMARY, BT_GATT_PERM_READ, \
  520. bt_gatt_attr_read_service, NULL, _service)
  521. /** @def BT_GATT_SECONDARY_SERVICE
  522. * @brief Secondary Service Declaration Macro.
  523. *
  524. * Helper macro to declare a secondary service attribute.
  525. *
  526. * @param _service Service attribute value.
  527. */
  528. #define BT_GATT_SECONDARY_SERVICE(_service) \
  529. BT_GATT_ATTRIBUTE(BT_UUID_GATT_SECONDARY, BT_GATT_PERM_READ, \
  530. bt_gatt_attr_read_service, NULL, _service)
  531. /** @brief Read Include Attribute helper.
  532. *
  533. * Read include service attribute value from local database storing the result
  534. * into buffer after encoding it.
  535. * @note Only use this with attributes which user_data is a bt_gatt_include.
  536. *
  537. * @param conn Connection object.
  538. * @param attr Attribute to read.
  539. * @param buf Buffer to store the value read.
  540. * @param len Buffer length.
  541. * @param offset Start offset.
  542. *
  543. * @return number of bytes read in case of success or negative values in
  544. * case of error.
  545. */
  546. ssize_t bt_gatt_attr_read_included(struct bt_conn *conn,
  547. const struct bt_gatt_attr *attr,
  548. void *buf, uint16_t len, uint16_t offset);
  549. /** @def BT_GATT_INCLUDE_SERVICE
  550. * @brief Include Service Declaration Macro.
  551. *
  552. * Helper macro to declare database internal include service attribute.
  553. *
  554. * @param _service_incl the first service attribute of service to include
  555. */
  556. #define BT_GATT_INCLUDE_SERVICE(_service_incl) \
  557. BT_GATT_ATTRIBUTE(BT_UUID_GATT_INCLUDE, BT_GATT_PERM_READ, \
  558. bt_gatt_attr_read_included, NULL, _service_incl)
  559. /** @brief Read Characteristic Attribute helper.
  560. *
  561. * Read characteristic attribute value from local database storing the result
  562. * into buffer after encoding it.
  563. * @note Only use this with attributes which user_data is a bt_gatt_chrc.
  564. *
  565. * @param conn Connection object.
  566. * @param attr Attribute to read.
  567. * @param buf Buffer to store the value read.
  568. * @param len Buffer length.
  569. * @param offset Start offset.
  570. *
  571. * @return number of bytes read in case of success or negative values in
  572. * case of error.
  573. */
  574. ssize_t bt_gatt_attr_read_chrc(struct bt_conn *conn,
  575. const struct bt_gatt_attr *attr, void *buf,
  576. uint16_t len, uint16_t offset);
  577. #define BT_GATT_CHRC_INIT(_uuid, _handle, _props) \
  578. { \
  579. .uuid = _uuid, \
  580. .value_handle = _handle, \
  581. .properties = _props, \
  582. }
  583. /** @def BT_GATT_CHARACTERISTIC
  584. * @brief Characteristic and Value Declaration Macro.
  585. *
  586. * Helper macro to declare a characteristic attribute along with its
  587. * attribute value.
  588. *
  589. * @param _uuid Characteristic attribute uuid.
  590. * @param _props Characteristic attribute properties.
  591. * @param _perm Characteristic Attribute access permissions.
  592. * @param _read Characteristic Attribute read callback.
  593. * @param _write Characteristic Attribute write callback.
  594. * @param _user_data Characteristic Attribute user data.
  595. */
  596. #define BT_GATT_CHARACTERISTIC(_uuid, _props, _perm, _read, _write, _user_data) \
  597. BT_GATT_ATTRIBUTE(BT_UUID_GATT_CHRC, BT_GATT_PERM_READ, \
  598. bt_gatt_attr_read_chrc, NULL, \
  599. ((struct bt_gatt_chrc[]) { \
  600. BT_GATT_CHRC_INIT(_uuid, 0U, _props), \
  601. })), \
  602. BT_GATT_ATTRIBUTE(_uuid, _perm, _read, _write, _user_data)
  603. #if defined(CONFIG_BT_SETTINGS_CCC_LAZY_LOADING)
  604. #define BT_GATT_CCC_MAX (CONFIG_BT_MAX_CONN)
  605. #elif defined(CONFIG_BT_CONN)
  606. #define BT_GATT_CCC_MAX (CONFIG_BT_MAX_PAIRED + CONFIG_BT_MAX_CONN)
  607. #else
  608. #define BT_GATT_CCC_MAX 0
  609. #endif
  610. /** @brief GATT CCC configuration entry. */
  611. struct bt_gatt_ccc_cfg {
  612. /** Local identity, BT_ID_DEFAULT in most cases. */
  613. uint8_t id;
  614. /** Remote peer address. */
  615. bt_addr_le_t peer;
  616. /** Configuration value. */
  617. uint16_t value;
  618. };
  619. /** Internal representation of CCC value */
  620. struct _bt_gatt_ccc {
  621. /** Configuration for each connection */
  622. struct bt_gatt_ccc_cfg cfg[BT_GATT_CCC_MAX];
  623. /** Highest value of all connected peer's subscriptions */
  624. uint16_t value;
  625. /** @brief CCC attribute changed callback
  626. *
  627. * @param attr The attribute that's changed value
  628. * @param value New value
  629. */
  630. void (*cfg_changed)(const struct bt_gatt_attr *attr, uint16_t value);
  631. /** @brief CCC attribute write validation callback
  632. *
  633. * @param conn The connection that is requesting to write
  634. * @param attr The attribute that's being written
  635. * @param value CCC value to write
  636. *
  637. * @return Number of bytes to write, or in case of an error
  638. * BT_GATT_ERR() with a specific error code.
  639. */
  640. ssize_t (*cfg_write)(struct bt_conn *conn,
  641. const struct bt_gatt_attr *attr, uint16_t value);
  642. /** @brief CCC attribute match handler
  643. *
  644. * Indicate if it is OK to send a notification or indication
  645. * to the subscriber.
  646. *
  647. * @param conn The connection that is being checked
  648. * @param attr The attribute that's being checked
  649. *
  650. * @return true if application has approved notification/indication,
  651. * false if application does not approve.
  652. */
  653. bool (*cfg_match)(struct bt_conn *conn,
  654. const struct bt_gatt_attr *attr);
  655. };
  656. /** @brief Read Client Characteristic Configuration Attribute helper.
  657. *
  658. * Read CCC attribute value from local database storing the result into buffer
  659. * after encoding it.
  660. *
  661. * @note Only use this with attributes which user_data is a _bt_gatt_ccc.
  662. *
  663. * @param conn Connection object.
  664. * @param attr Attribute to read.
  665. * @param buf Buffer to store the value read.
  666. * @param len Buffer length.
  667. * @param offset Start offset.
  668. *
  669. * @return number of bytes read in case of success or negative values in
  670. * case of error.
  671. */
  672. ssize_t bt_gatt_attr_read_ccc(struct bt_conn *conn,
  673. const struct bt_gatt_attr *attr, void *buf,
  674. uint16_t len, uint16_t offset);
  675. /** @brief Write Client Characteristic Configuration Attribute helper.
  676. *
  677. * Write value in the buffer into CCC attribute.
  678. *
  679. * @note Only use this with attributes which user_data is a _bt_gatt_ccc.
  680. *
  681. * @param conn Connection object.
  682. * @param attr Attribute to read.
  683. * @param buf Buffer to store the value read.
  684. * @param len Buffer length.
  685. * @param offset Start offset.
  686. * @param flags Write flags.
  687. *
  688. * @return number of bytes written in case of success or negative values in
  689. * case of error.
  690. */
  691. ssize_t bt_gatt_attr_write_ccc(struct bt_conn *conn,
  692. const struct bt_gatt_attr *attr, const void *buf,
  693. uint16_t len, uint16_t offset, uint8_t flags);
  694. /** @def BT_GATT_CCC_INITIALIZER
  695. * @brief Initialize Client Characteristic Configuration Declaration Macro.
  696. *
  697. * Helper macro to initialize a Managed CCC attribute value.
  698. *
  699. * @param _changed Configuration changed callback.
  700. * @param _write Configuration write callback.
  701. * @param _match Configuration match callback.
  702. */
  703. #define BT_GATT_CCC_INITIALIZER(_changed, _write, _match) \
  704. { \
  705. .cfg = {}, \
  706. .cfg_changed = _changed, \
  707. .cfg_write = _write, \
  708. .cfg_match = _match, \
  709. }
  710. /** @def BT_GATT_CCC_MANAGED
  711. * @brief Managed Client Characteristic Configuration Declaration Macro.
  712. *
  713. * Helper macro to declare a Managed CCC attribute.
  714. *
  715. * @param _ccc CCC attribute user data, shall point to a _bt_gatt_ccc.
  716. * @param _perm CCC access permissions.
  717. */
  718. #define BT_GATT_CCC_MANAGED(_ccc, _perm) \
  719. BT_GATT_ATTRIBUTE(BT_UUID_GATT_CCC, _perm, \
  720. bt_gatt_attr_read_ccc, bt_gatt_attr_write_ccc, \
  721. _ccc)
  722. /** @def BT_GATT_CCC
  723. * @brief Client Characteristic Configuration Declaration Macro.
  724. *
  725. * Helper macro to declare a CCC attribute.
  726. *
  727. * @param _changed Configuration changed callback.
  728. * @param _perm CCC access permissions.
  729. */
  730. #define BT_GATT_CCC(_changed, _perm) \
  731. BT_GATT_CCC_MANAGED(((struct _bt_gatt_ccc[]) \
  732. {BT_GATT_CCC_INITIALIZER(_changed, NULL, NULL)}), _perm)
  733. /** @brief Read Characteristic Extended Properties Attribute helper
  734. *
  735. * Read CEP attribute value from local database storing the result into buffer
  736. * after encoding it.
  737. *
  738. * @note Only use this with attributes which user_data is a bt_gatt_cep.
  739. *
  740. * @param conn Connection object
  741. * @param attr Attribute to read
  742. * @param buf Buffer to store the value read
  743. * @param len Buffer length
  744. * @param offset Start offset
  745. *
  746. * @return number of bytes read in case of success or negative values in
  747. * case of error.
  748. */
  749. ssize_t bt_gatt_attr_read_cep(struct bt_conn *conn,
  750. const struct bt_gatt_attr *attr, void *buf,
  751. uint16_t len, uint16_t offset);
  752. /** @def BT_GATT_CEP
  753. * @brief Characteristic Extended Properties Declaration Macro.
  754. *
  755. * Helper macro to declare a CEP attribute.
  756. *
  757. * @param _value Pointer to a struct bt_gatt_cep.
  758. */
  759. #define BT_GATT_CEP(_value) \
  760. BT_GATT_DESCRIPTOR(BT_UUID_GATT_CEP, BT_GATT_PERM_READ, \
  761. bt_gatt_attr_read_cep, NULL, (void *)_value)
  762. /** @brief Read Characteristic User Description Descriptor Attribute helper
  763. *
  764. * Read CUD attribute value from local database storing the result into buffer
  765. * after encoding it.
  766. *
  767. * @note Only use this with attributes which user_data is a NULL-terminated C
  768. * string.
  769. *
  770. * @param conn Connection object
  771. * @param attr Attribute to read
  772. * @param buf Buffer to store the value read
  773. * @param len Buffer length
  774. * @param offset Start offset
  775. *
  776. * @return number of bytes read in case of success or negative values in
  777. * case of error.
  778. */
  779. ssize_t bt_gatt_attr_read_cud(struct bt_conn *conn,
  780. const struct bt_gatt_attr *attr, void *buf,
  781. uint16_t len, uint16_t offset);
  782. /** @def BT_GATT_CUD
  783. * @brief Characteristic User Format Descriptor Declaration Macro.
  784. *
  785. * Helper macro to declare a CUD attribute.
  786. *
  787. * @param _value User description NULL-terminated C string.
  788. * @param _perm Descriptor attribute access permissions.
  789. */
  790. #define BT_GATT_CUD(_value, _perm) \
  791. BT_GATT_DESCRIPTOR(BT_UUID_GATT_CUD, _perm, bt_gatt_attr_read_cud, \
  792. NULL, (void *)_value)
  793. /** @brief Read Characteristic Presentation format Descriptor Attribute helper
  794. *
  795. * Read CPF attribute value from local database storing the result into buffer
  796. * after encoding it.
  797. *
  798. * @note Only use this with attributes which user_data is a bt_gatt_pf.
  799. *
  800. * @param conn Connection object
  801. * @param attr Attribute to read
  802. * @param buf Buffer to store the value read
  803. * @param len Buffer length
  804. * @param offset Start offset
  805. *
  806. * @return number of bytes read in case of success or negative values in
  807. * case of error.
  808. */
  809. ssize_t bt_gatt_attr_read_cpf(struct bt_conn *conn,
  810. const struct bt_gatt_attr *attr, void *buf,
  811. uint16_t len, uint16_t offset);
  812. /** @def BT_GATT_CPF
  813. * @brief Characteristic Presentation Format Descriptor Declaration Macro.
  814. *
  815. * Helper macro to declare a CPF attribute.
  816. *
  817. * @param _value Pointer to a struct bt_gatt_cpf.
  818. */
  819. #define BT_GATT_CPF(_value) \
  820. BT_GATT_DESCRIPTOR(BT_UUID_GATT_CPF, BT_GATT_PERM_READ, \
  821. bt_gatt_attr_read_cpf, NULL, (void *)_value)
  822. /** @def BT_GATT_DESCRIPTOR
  823. * @brief Descriptor Declaration Macro.
  824. *
  825. * Helper macro to declare a descriptor attribute.
  826. *
  827. * @param _uuid Descriptor attribute uuid.
  828. * @param _perm Descriptor attribute access permissions.
  829. * @param _read Descriptor attribute read callback.
  830. * @param _write Descriptor attribute write callback.
  831. * @param _user_data Descriptor attribute user data.
  832. */
  833. #define BT_GATT_DESCRIPTOR(_uuid, _perm, _read, _write, _user_data) \
  834. BT_GATT_ATTRIBUTE(_uuid, _perm, _read, _write, _user_data)
  835. /** @def BT_GATT_ATTRIBUTE
  836. * @brief Attribute Declaration Macro.
  837. *
  838. * Helper macro to declare an attribute.
  839. *
  840. * @param _uuid Attribute uuid.
  841. * @param _perm Attribute access permissions.
  842. * @param _read Attribute read callback.
  843. * @param _write Attribute write callback.
  844. * @param _user_data Attribute user data.
  845. */
  846. #define BT_GATT_ATTRIBUTE(_uuid, _perm, _read, _write, _user_data) \
  847. { \
  848. .uuid = _uuid, \
  849. .read = _read, \
  850. .write = _write, \
  851. .user_data = _user_data, \
  852. .handle = 0, \
  853. .perm = _perm, \
  854. }
  855. /** @brief Notification complete result callback.
  856. *
  857. * @param conn Connection object.
  858. * @param user_data Data passed in by the user.
  859. */
  860. typedef void (*bt_gatt_complete_func_t) (struct bt_conn *conn, void *user_data);
  861. struct bt_gatt_notify_params {
  862. /** @brief Notification Attribute UUID type
  863. *
  864. * Optional, use to search for an attribute with matching UUID when
  865. * the attribute object pointer is not known.
  866. */
  867. const struct bt_uuid *uuid;
  868. /** @brief Notification Attribute object
  869. *
  870. * Optional if uuid is provided, in this case it will be used as start
  871. * range to search for the attribute with the given UUID.
  872. */
  873. const struct bt_gatt_attr *attr;
  874. /** Notification Value data */
  875. const void *data;
  876. /** Notification Value length */
  877. uint16_t len;
  878. /** Notification Value callback */
  879. bt_gatt_complete_func_t func;
  880. /** Notification Value callback user data */
  881. void *user_data;
  882. };
  883. /** @brief Notify attribute value change.
  884. *
  885. * This function works in the same way as @ref bt_gatt_notify.
  886. * With the addition that after sending the notification the
  887. * callback function will be called.
  888. *
  889. * The callback is run from System Workqueue context.
  890. * When called from the System Workqueue context this API will not wait for
  891. * resources for the callback but instead return an error.
  892. * The number of pending callbacks can be increased with the
  893. * @kconfig{CONFIG_BT_CONN_TX_MAX} option.
  894. *
  895. * Alternatively it is possible to notify by UUID by setting it on the
  896. * parameters, when using this method the attribute if provided is used as the
  897. * start range when looking up for possible matches.
  898. *
  899. * @param conn Connection object.
  900. * @param params Notification parameters.
  901. *
  902. * @return 0 in case of success or negative value in case of error.
  903. */
  904. int bt_gatt_notify_cb(struct bt_conn *conn,
  905. struct bt_gatt_notify_params *params);
  906. /** @brief Notify multiple attribute value change.
  907. *
  908. * This function works in the same way as @ref bt_gatt_notify_cb.
  909. *
  910. * @param conn Connection object.
  911. * @param num_params Number of notification parameters.
  912. * @param params Array of notification parameters.
  913. *
  914. * @return 0 in case of success or negative value in case of error.
  915. */
  916. int bt_gatt_notify_multiple(struct bt_conn *conn, uint16_t num_params,
  917. struct bt_gatt_notify_params *params);
  918. /** @brief Notify attribute value change.
  919. *
  920. * Send notification of attribute value change, if connection is NULL notify
  921. * all peer that have notification enabled via CCC otherwise do a direct
  922. * notification only the given connection.
  923. *
  924. * The attribute object on the parameters can be the so called Characteristic
  925. * Declaration, which is usually declared with BT_GATT_CHARACTERISTIC followed
  926. * by BT_GATT_CCC, or the Characteristic Value Declaration which is
  927. * automatically created after the Characteristic Declaration when using
  928. * BT_GATT_CHARACTERISTIC.
  929. *
  930. * @param conn Connection object.
  931. * @param attr Characteristic or Characteristic Value attribute.
  932. * @param data Pointer to Attribute data.
  933. * @param len Attribute value length.
  934. *
  935. * @return 0 in case of success or negative value in case of error.
  936. */
  937. static inline int bt_gatt_notify(struct bt_conn *conn,
  938. const struct bt_gatt_attr *attr,
  939. const void *data, uint16_t len)
  940. {
  941. struct bt_gatt_notify_params params;
  942. memset(&params, 0, sizeof(params));
  943. params.attr = attr;
  944. params.data = data;
  945. params.len = len;
  946. return bt_gatt_notify_cb(conn, &params);
  947. }
  948. /** @brief Notify attribute value change by UUID.
  949. *
  950. * Send notification of attribute value change, if connection is NULL notify
  951. * all peer that have notification enabled via CCC otherwise do a direct
  952. * notification only on the given connection.
  953. *
  954. * The attribute object is the starting point for the search of the UUID.
  955. *
  956. * @param conn Connection object.
  957. * @param uuid The UUID. If the server contains multiple services with the same
  958. * UUID, then the first occurrence, starting from the attr given,
  959. * is used.
  960. * @param attr Pointer to an attribute that serves as the starting point for
  961. * the search of a match for the UUID.
  962. * @param data Pointer to Attribute data.
  963. * @param len Attribute value length.
  964. *
  965. * @return 0 in case of success or negative value in case of error.
  966. */
  967. static inline int bt_gatt_notify_uuid(struct bt_conn *conn,
  968. const struct bt_uuid *uuid,
  969. const struct bt_gatt_attr *attr,
  970. const void *data, uint16_t len)
  971. {
  972. struct bt_gatt_notify_params params;
  973. memset(&params, 0, sizeof(params));
  974. params.uuid = uuid;
  975. params.attr = attr;
  976. params.data = data;
  977. params.len = len;
  978. return bt_gatt_notify_cb(conn, &params);
  979. }
  980. /* Forward declaration of the bt_gatt_indicate_params structure */
  981. struct bt_gatt_indicate_params;
  982. /** @typedef bt_gatt_indicate_func_t
  983. * @brief Indication complete result callback.
  984. *
  985. * @param conn Connection object.
  986. * @param params Indication params object.
  987. * @param err ATT error code
  988. */
  989. typedef void (*bt_gatt_indicate_func_t)(struct bt_conn *conn,
  990. struct bt_gatt_indicate_params *params,
  991. uint8_t err);
  992. typedef void (*bt_gatt_indicate_params_destroy_t)(
  993. struct bt_gatt_indicate_params *params);
  994. /** @brief GATT Indicate Value parameters */
  995. struct bt_gatt_indicate_params {
  996. /** @brief Indicate Attribute UUID type
  997. *
  998. * Optional, use to search for an attribute with matching UUID when
  999. * the attribute object pointer is not known.
  1000. */
  1001. const struct bt_uuid *uuid;
  1002. /** @brief Indicate Attribute object
  1003. *
  1004. * Optional if uuid is provided, in this case it will be used as start
  1005. * range to search for the attribute with the given UUID.
  1006. */
  1007. const struct bt_gatt_attr *attr;
  1008. /** Indicate Value callback */
  1009. bt_gatt_indicate_func_t func;
  1010. /** Indicate operation complete callback */
  1011. bt_gatt_indicate_params_destroy_t destroy;
  1012. /** Indicate Value data*/
  1013. const void *data;
  1014. /** Indicate Value length*/
  1015. uint16_t len;
  1016. /** Private reference counter */
  1017. uint8_t _ref;
  1018. };
  1019. /** @brief Indicate attribute value change.
  1020. *
  1021. * Send an indication of attribute value change. if connection is NULL
  1022. * indicate all peer that have notification enabled via CCC otherwise do a
  1023. * direct indication only the given connection.
  1024. *
  1025. * The attribute object on the parameters can be the so called Characteristic
  1026. * Declaration, which is usually declared with BT_GATT_CHARACTERISTIC followed
  1027. * by BT_GATT_CCC, or the Characteristic Value Declaration which is
  1028. * automatically created after the Characteristic Declaration when using
  1029. * BT_GATT_CHARACTERISTIC.
  1030. *
  1031. * Alternatively it is possible to indicate by UUID by setting it on the
  1032. * parameters, when using this method the attribute if provided is used as the
  1033. * start range when looking up for possible matches.
  1034. *
  1035. * @note This procedure is asynchronous therefore the parameters need to
  1036. * remains valid while it is active. The procedure is active until
  1037. * the destroy callback is run.
  1038. *
  1039. * @param conn Connection object.
  1040. * @param params Indicate parameters.
  1041. *
  1042. * @return 0 in case of success or negative value in case of error.
  1043. */
  1044. int bt_gatt_indicate(struct bt_conn *conn,
  1045. struct bt_gatt_indicate_params *params);
  1046. /** @brief Check if connection have subscribed to attribute
  1047. *
  1048. * Check if connection has subscribed to attribute value change.
  1049. *
  1050. * The attribute object can be the so called Characteristic Declaration,
  1051. * which is usually declared with BT_GATT_CHARACTERISTIC followed
  1052. * by BT_GATT_CCC, or the Characteristic Value Declaration which is
  1053. * automatically created after the Characteristic Declaration when using
  1054. * BT_GATT_CHARACTERISTIC, or the Client Characteristic Configuration
  1055. * Descriptor (CCCD) which is created by BT_GATT_CCC.
  1056. *
  1057. * @param conn Connection object.
  1058. * @param attr Attribute object.
  1059. * @param ccc_value The subscription type, either notifications or indications.
  1060. *
  1061. * @return true if the attribute object has been subscribed.
  1062. */
  1063. bool bt_gatt_is_subscribed(struct bt_conn *conn,
  1064. const struct bt_gatt_attr *attr, uint16_t ccc_value);
  1065. /** @brief Get ATT MTU for a connection
  1066. *
  1067. * Get negotiated ATT connection MTU, note that this does not equal the largest
  1068. * amount of attribute data that can be transferred within a single packet.
  1069. *
  1070. * @param conn Connection object.
  1071. *
  1072. * @return MTU in bytes
  1073. */
  1074. uint16_t bt_gatt_get_mtu(struct bt_conn *conn);
  1075. /** @} */
  1076. /**
  1077. * @defgroup bt_gatt_client GATT Client APIs
  1078. * @ingroup bt_gatt
  1079. * @{
  1080. */
  1081. /** @brief GATT Exchange MTU parameters */
  1082. struct bt_gatt_exchange_params {
  1083. /** Response callback */
  1084. void (*func)(struct bt_conn *conn, uint8_t err,
  1085. struct bt_gatt_exchange_params *params);
  1086. };
  1087. /** @brief Exchange MTU
  1088. *
  1089. * This client procedure can be used to set the MTU to the maximum possible
  1090. * size the buffers can hold.
  1091. *
  1092. * @note Shall only be used once per connection.
  1093. *
  1094. * @param conn Connection object.
  1095. * @param params Exchange MTU parameters.
  1096. *
  1097. * @return 0 in case of success or negative value in case of error.
  1098. */
  1099. int bt_gatt_exchange_mtu(struct bt_conn *conn,
  1100. struct bt_gatt_exchange_params *params);
  1101. struct bt_gatt_discover_params;
  1102. /** @typedef bt_gatt_discover_func_t
  1103. * @brief Discover attribute callback function.
  1104. *
  1105. * @param conn Connection object.
  1106. * @param attr Attribute found, or NULL if not found.
  1107. * @param params Discovery parameters given.
  1108. *
  1109. * If discovery procedure has completed this callback will be called with
  1110. * attr set to NULL. This will not happen if procedure was stopped by returning
  1111. * BT_GATT_ITER_STOP.
  1112. *
  1113. * The attribute object as well as its UUID and value objects are temporary and
  1114. * must be copied to in order to cache its information.
  1115. * Only the following fields of the attribute contains valid information:
  1116. * - uuid UUID representing the type of attribute.
  1117. * - handle Handle in the remote database.
  1118. * - user_data The value of the attribute.
  1119. * Will be NULL when discovering descriptors
  1120. *
  1121. * To be able to read the value of the discovered attribute the user_data
  1122. * must be cast to an appropriate type.
  1123. * - @ref bt_gatt_service_val when UUID is @ref BT_UUID_GATT_PRIMARY or
  1124. * @ref BT_UUID_GATT_SECONDARY.
  1125. * - @ref bt_gatt_include when UUID is @ref BT_UUID_GATT_INCLUDE.
  1126. * - @ref bt_gatt_chrc when UUID is @ref BT_UUID_GATT_CHRC.
  1127. *
  1128. * @return BT_GATT_ITER_CONTINUE to continue discovery procedure.
  1129. * @return BT_GATT_ITER_STOP to stop discovery procedure.
  1130. */
  1131. typedef uint8_t (*bt_gatt_discover_func_t)(struct bt_conn *conn,
  1132. const struct bt_gatt_attr *attr,
  1133. struct bt_gatt_discover_params *params);
  1134. /** GATT Discover types */
  1135. enum {
  1136. /** Discover Primary Services. */
  1137. BT_GATT_DISCOVER_PRIMARY,
  1138. /** Discover Secondary Services. */
  1139. BT_GATT_DISCOVER_SECONDARY,
  1140. /** Discover Included Services. */
  1141. BT_GATT_DISCOVER_INCLUDE,
  1142. /** @brief Discover Characteristic Values.
  1143. *
  1144. * Discover Characteristic Value and its properties.
  1145. */
  1146. BT_GATT_DISCOVER_CHARACTERISTIC,
  1147. /** @brief Discover Descriptors.
  1148. *
  1149. * Discover Attributes which are not services or characteristics.
  1150. *
  1151. * @note The use of this type of discover is not recommended for
  1152. * discovering in ranges across multiple services/characteristics
  1153. * as it may incur in extra round trips.
  1154. */
  1155. BT_GATT_DISCOVER_DESCRIPTOR,
  1156. /** @brief Discover Attributes.
  1157. *
  1158. * Discover Attributes of any type.
  1159. *
  1160. * @note The use of this type of discover is not recommended for
  1161. * discovering in ranges across multiple services/characteristics
  1162. * as it may incur in more round trips.
  1163. */
  1164. BT_GATT_DISCOVER_ATTRIBUTE,
  1165. /** @brief Discover standard characteristic descriptor values.
  1166. *
  1167. * Discover standard characterestic descriptor values and their
  1168. * properties.
  1169. * Supported descriptors:
  1170. * - Characteristic Extended Properties
  1171. * - Client Characteristic Configuration
  1172. * - Server Characteristic Configuration
  1173. * - Characteristic Presentation Format
  1174. */
  1175. BT_GATT_DISCOVER_STD_CHAR_DESC,
  1176. };
  1177. /** @brief GATT Discover Attributes parameters */
  1178. struct bt_gatt_discover_params {
  1179. /** Discover UUID type */
  1180. const struct bt_uuid *uuid;
  1181. /** Discover attribute callback */
  1182. bt_gatt_discover_func_t func;
  1183. union {
  1184. struct {
  1185. /** Include service attribute declaration handle */
  1186. uint16_t attr_handle;
  1187. /** Included service start handle */
  1188. uint16_t start_handle;
  1189. /** Included service end handle */
  1190. uint16_t end_handle;
  1191. } _included;
  1192. /** Discover start handle */
  1193. uint16_t start_handle;
  1194. };
  1195. /** Discover end handle */
  1196. uint16_t end_handle;
  1197. /** Discover type */
  1198. uint8_t type;
  1199. #if defined(CONFIG_BT_GATT_AUTO_DISCOVER_CCC)
  1200. /** Only for stack-internal use, used for automatic discovery. */
  1201. struct bt_gatt_subscribe_params *sub_params;
  1202. #endif /* defined(CONFIG_BT_GATT_AUTO_DISCOVER_CCC) */
  1203. };
  1204. /** @brief GATT Discover function
  1205. *
  1206. * This procedure is used by a client to discover attributes on a server.
  1207. *
  1208. * Primary Service Discovery: Procedure allows to discover specific Primary
  1209. * Service based on UUID.
  1210. * Include Service Discovery: Procedure allows to discover all Include Services
  1211. * within specified range.
  1212. * Characteristic Discovery: Procedure allows to discover all characteristics
  1213. * within specified handle range as well as
  1214. * discover characteristics with specified UUID.
  1215. * Descriptors Discovery: Procedure allows to discover all characteristic
  1216. * descriptors within specified range.
  1217. *
  1218. * For each attribute found the callback is called which can then decide
  1219. * whether to continue discovering or stop.
  1220. *
  1221. * @note This procedure is asynchronous therefore the parameters need to
  1222. * remains valid while it is active.
  1223. *
  1224. * @param conn Connection object.
  1225. * @param params Discover parameters.
  1226. *
  1227. * @return 0 in case of success or negative value in case of error.
  1228. */
  1229. int bt_gatt_discover(struct bt_conn *conn,
  1230. struct bt_gatt_discover_params *params);
  1231. struct bt_gatt_read_params;
  1232. /** @typedef bt_gatt_read_func_t
  1233. * @brief Read callback function
  1234. *
  1235. * @param conn Connection object.
  1236. * @param err ATT error code.
  1237. * @param params Read parameters used.
  1238. * @param data Attribute value data. NULL means read has completed.
  1239. * @param length Attribute value length.
  1240. *
  1241. * @return BT_GATT_ITER_CONTINUE if should continue to the next attribute.
  1242. * @return BT_GATT_ITER_STOP to stop.
  1243. */
  1244. typedef uint8_t (*bt_gatt_read_func_t)(struct bt_conn *conn, uint8_t err,
  1245. struct bt_gatt_read_params *params,
  1246. const void *data, uint16_t length);
  1247. /** @brief GATT Read parameters */
  1248. struct bt_gatt_read_params {
  1249. /** Read attribute callback. */
  1250. bt_gatt_read_func_t func;
  1251. /** If equals to 1 single.handle and single.offset are used.
  1252. * If greater than 1 multiple.handles are used.
  1253. * If equals to 0 by_uuid is used for Read Using Characteristic UUID.
  1254. */
  1255. size_t handle_count;
  1256. union {
  1257. struct {
  1258. /** Attribute handle. */
  1259. uint16_t handle;
  1260. /** Attribute data offset. */
  1261. uint16_t offset;
  1262. } single;
  1263. struct {
  1264. /** Attribute handles to read with Read Multiple
  1265. * Characteristic Values.
  1266. */
  1267. uint16_t *handles;
  1268. /** If true use Read Multiple Variable Length
  1269. * Characteristic Values procedure.
  1270. * The values of the set of attributes may be of
  1271. * variable or unknown length.
  1272. * If false use Read Multiple Characteristic Values
  1273. * procedure.
  1274. * The values of the set of attributes must be of a
  1275. * known fixed length, with the exception of the last
  1276. * value that can have a variable length.
  1277. */
  1278. bool variable;
  1279. } multiple;
  1280. struct {
  1281. /** First requested handle number. */
  1282. uint16_t start_handle;
  1283. /** Last requested handle number. */
  1284. uint16_t end_handle;
  1285. /** 2 or 16 octet UUID. */
  1286. const struct bt_uuid *uuid;
  1287. } by_uuid;
  1288. };
  1289. };
  1290. /** @brief Read Attribute Value by handle
  1291. *
  1292. * This procedure read the attribute value and return it to the callback.
  1293. *
  1294. * When reading attributes by UUID the callback can be called multiple times
  1295. * depending on how many instances of given the UUID exists with the
  1296. * start_handle being updated for each instance.
  1297. *
  1298. * If an instance does contain a long value which cannot be read entirely the
  1299. * caller will need to read the remaining data separately using the handle and
  1300. * offset.
  1301. *
  1302. * @note This procedure is asynchronous therefore the parameters need to
  1303. * remains valid while it is active.
  1304. *
  1305. * @param conn Connection object.
  1306. * @param params Read parameters.
  1307. *
  1308. * @return 0 in case of success or negative value in case of error.
  1309. */
  1310. int bt_gatt_read(struct bt_conn *conn, struct bt_gatt_read_params *params);
  1311. struct bt_gatt_write_params;
  1312. /** @typedef bt_gatt_write_func_t
  1313. * @brief Write callback function
  1314. *
  1315. * @param conn Connection object.
  1316. * @param err ATT error code.
  1317. * @param params Write parameters used.
  1318. */
  1319. typedef void (*bt_gatt_write_func_t)(struct bt_conn *conn, uint8_t err,
  1320. struct bt_gatt_write_params *params);
  1321. /** @brief GATT Write parameters */
  1322. struct bt_gatt_write_params {
  1323. /** Response callback */
  1324. bt_gatt_write_func_t func;
  1325. /** Attribute handle */
  1326. uint16_t handle;
  1327. /** Attribute data offset */
  1328. uint16_t offset;
  1329. /** Data to be written */
  1330. const void *data;
  1331. /** Length of the data */
  1332. uint16_t length;
  1333. };
  1334. /** @brief Write Attribute Value by handle
  1335. *
  1336. * This procedure write the attribute value and return the result in the
  1337. * callback.
  1338. *
  1339. * @note This procedure is asynchronous therefore the parameters need to
  1340. * remains valid while it is active.
  1341. *
  1342. * @param conn Connection object.
  1343. * @param params Write parameters.
  1344. *
  1345. * @return 0 in case of success or negative value in case of error.
  1346. */
  1347. int bt_gatt_write(struct bt_conn *conn, struct bt_gatt_write_params *params);
  1348. /** @brief Write Attribute Value by handle without response with callback.
  1349. *
  1350. * This function works in the same way as @ref bt_gatt_write_without_response.
  1351. * With the addition that after sending the write the callback function will be
  1352. * called.
  1353. *
  1354. * The callback is run from System Workqueue context.
  1355. * When called from the System Workqueue context this API will not wait for
  1356. * resources for the callback but instead return an error.
  1357. * The number of pending callbacks can be increased with the
  1358. * @kconfig{CONFIG_BT_CONN_TX_MAX} option.
  1359. *
  1360. * @note By using a callback it also disable the internal flow control
  1361. * which would prevent sending multiple commands without waiting for
  1362. * their transmissions to complete, so if that is required the caller
  1363. * shall not submit more data until the callback is called.
  1364. *
  1365. * @param conn Connection object.
  1366. * @param handle Attribute handle.
  1367. * @param data Data to be written.
  1368. * @param length Data length.
  1369. * @param sign Whether to sign data
  1370. * @param func Transmission complete callback.
  1371. * @param user_data User data to be passed back to callback.
  1372. *
  1373. * @return 0 in case of success or negative value in case of error.
  1374. */
  1375. int bt_gatt_write_without_response_cb(struct bt_conn *conn, uint16_t handle,
  1376. const void *data, uint16_t length,
  1377. bool sign, bt_gatt_complete_func_t func,
  1378. void *user_data);
  1379. /** @brief Write Attribute Value by handle without response
  1380. *
  1381. * This procedure write the attribute value without requiring an
  1382. * acknowledgment that the write was successfully performed
  1383. *
  1384. * @param conn Connection object.
  1385. * @param handle Attribute handle.
  1386. * @param data Data to be written.
  1387. * @param length Data length.
  1388. * @param sign Whether to sign data
  1389. *
  1390. * @return 0 in case of success or negative value in case of error.
  1391. */
  1392. static inline int bt_gatt_write_without_response(struct bt_conn *conn,
  1393. uint16_t handle, const void *data,
  1394. uint16_t length, bool sign)
  1395. {
  1396. return bt_gatt_write_without_response_cb(conn, handle, data, length,
  1397. sign, NULL, NULL);
  1398. }
  1399. struct bt_gatt_subscribe_params;
  1400. /** @typedef bt_gatt_notify_func_t
  1401. * @brief Notification callback function
  1402. *
  1403. * In the case of an empty notification, the @p data pointer will be non-NULL
  1404. * while the @p length will be 0, which is due to the special case where
  1405. * a @p data NULL pointer means unsubscribed.
  1406. *
  1407. * @param conn Connection object. May be NULL, indicating that the peer is
  1408. * being unpaired
  1409. * @param params Subscription parameters.
  1410. * @param data Attribute value data. If NULL then subscription was removed.
  1411. * @param length Attribute value length.
  1412. *
  1413. * @return BT_GATT_ITER_CONTINUE to continue receiving value notifications.
  1414. * BT_GATT_ITER_STOP to unsubscribe from value notifications.
  1415. */
  1416. typedef uint8_t (*bt_gatt_notify_func_t)(struct bt_conn *conn,
  1417. struct bt_gatt_subscribe_params *params,
  1418. const void *data, uint16_t length);
  1419. /** Subscription flags */
  1420. enum {
  1421. /** @brief Persistence flag
  1422. *
  1423. * If set, indicates that the subscription is not saved
  1424. * on the GATT server side. Therefore, upon disconnection,
  1425. * the subscription will be automatically removed
  1426. * from the client's subscriptions list and
  1427. * when the client reconnects, it will have to
  1428. * issue a new subscription.
  1429. */
  1430. BT_GATT_SUBSCRIBE_FLAG_VOLATILE,
  1431. /** @brief No resubscribe flag
  1432. *
  1433. * By default when BT_GATT_SUBSCRIBE_FLAG_VOLATILE is unset, the
  1434. * subscription will be automatically renewed when the client
  1435. * reconnects, as a workaround for GATT servers that do not persist
  1436. * subscriptions.
  1437. *
  1438. * This flag will disable the automatic resubscription. It is useful
  1439. * if the application layer knows that the GATT server remembers
  1440. * subscriptions from previous connections and wants to avoid renewing
  1441. * the subscriptions.
  1442. */
  1443. BT_GATT_SUBSCRIBE_FLAG_NO_RESUB,
  1444. /** @brief Write pending flag
  1445. *
  1446. * If set, indicates write operation is pending waiting remote end to
  1447. * respond.
  1448. */
  1449. BT_GATT_SUBSCRIBE_FLAG_WRITE_PENDING,
  1450. BT_GATT_SUBSCRIBE_NUM_FLAGS
  1451. };
  1452. /** @brief GATT Subscribe parameters */
  1453. struct bt_gatt_subscribe_params {
  1454. /** Notification value callback */
  1455. bt_gatt_notify_func_t notify;
  1456. /** Subscribe CCC write request response callback */
  1457. bt_gatt_write_func_t write;
  1458. /** Subscribe value handle */
  1459. uint16_t value_handle;
  1460. /** Subscribe CCC handle */
  1461. uint16_t ccc_handle;
  1462. #if defined(CONFIG_BT_GATT_AUTO_DISCOVER_CCC)
  1463. /** Subscribe End handle (for automatic discovery) */
  1464. uint16_t end_handle;
  1465. /** Discover parameters used when ccc_handle = 0 */
  1466. struct bt_gatt_discover_params *disc_params;
  1467. #endif /* CONFIG_BT_GATT_AUTO_DISCOVER_CCC */
  1468. /** Subscribe value */
  1469. uint16_t value;
  1470. /** Subscription flags */
  1471. ATOMIC_DEFINE(flags, BT_GATT_SUBSCRIBE_NUM_FLAGS);
  1472. sys_snode_t node;
  1473. };
  1474. /** @brief Subscribe Attribute Value Notification
  1475. *
  1476. * This procedure subscribe to value notification using the Client
  1477. * Characteristic Configuration handle.
  1478. * If notification received subscribe value callback is called to return
  1479. * notified value. One may then decide whether to unsubscribe directly from
  1480. * this callback. Notification callback with NULL data will not be called if
  1481. * subscription was removed by this method.
  1482. *
  1483. * @note Notifications are asynchronous therefore the parameters need to
  1484. * remain valid while subscribed.
  1485. *
  1486. * @param conn Connection object.
  1487. * @param params Subscribe parameters.
  1488. *
  1489. * @return 0 in case of success or negative value in case of error.
  1490. */
  1491. int bt_gatt_subscribe(struct bt_conn *conn,
  1492. struct bt_gatt_subscribe_params *params);
  1493. /** @brief Resubscribe Attribute Value Notification subscription
  1494. *
  1495. * Resubscribe to Attribute Value Notification when already subscribed from a
  1496. * previous connection. The GATT server will remember subscription from
  1497. * previous connections when bonded, so resubscribing can be done without
  1498. * performing a new subscribe procedure after a power cycle.
  1499. *
  1500. * @note Notifications are asynchronous therefore the parameters need to
  1501. * remain valid while subscribed.
  1502. *
  1503. * @param id Local identity (in most cases BT_ID_DEFAULT).
  1504. * @param peer Remote address.
  1505. * @param params Subscribe parameters.
  1506. *
  1507. * @return 0 in case of success or negative value in case of error.
  1508. */
  1509. int bt_gatt_resubscribe(uint8_t id, const bt_addr_le_t *peer,
  1510. struct bt_gatt_subscribe_params *params);
  1511. /** @brief Unsubscribe Attribute Value Notification
  1512. *
  1513. * This procedure unsubscribe to value notification using the Client
  1514. * Characteristic Configuration handle. Notification callback with NULL data
  1515. * will be called if subscription was removed by this call, until then the
  1516. * parameters cannot be reused.
  1517. *
  1518. * @param conn Connection object.
  1519. * @param params Subscribe parameters.
  1520. *
  1521. * @return 0 in case of success or negative value in case of error.
  1522. */
  1523. int bt_gatt_unsubscribe(struct bt_conn *conn,
  1524. struct bt_gatt_subscribe_params *params);
  1525. /** @brief Cancel GATT pending request
  1526. *
  1527. * @param conn Connection object.
  1528. * @param params Requested params address.
  1529. */
  1530. void bt_gatt_cancel(struct bt_conn *conn, void *params);
  1531. /** @} */
  1532. #ifdef __cplusplus
  1533. }
  1534. #endif
  1535. /**
  1536. * @}
  1537. */
  1538. #endif /* ZEPHYR_INCLUDE_BLUETOOTH_GATT_H_ */