Lines Matching defs:handle
251 uint16_t handle; /**< Handle of attribute to read */ member
292 uint16_t handle; /**< Attribute handle */ member
301 uint16_t handle; /**< Handle of attribute to write */ member
310 …uint16_t handle; /**< first handle on which the notification or indication was se… member
356 uint16_t handle; /**< handle */ member
376 …uint16_t handle; /**< Response data for write operations (initiated using #… member
415 …uint16_t handle; /**< characteristic declaration handle… member
432 uint16_t handle; /**< included service handle */ member
441 uint16_t handle; /**< descriptor attribute handle */ member
513 #define PRIMARY_SERVICE_UUID16(handle, service) \ argument
521 #define PRIMARY_SERVICE_UUID128(handle, service) \ argument
529 #define SECONDARY_SERVICE_UUID16(handle, service) \ argument
537 #define SECONDARY_SERVICE_UUID128(handle, service) \ argument
545 #define INCLUDE_SERVICE_UUID16(handle, service_handle, end_group_handle, service) \ argument
555 #define INCLUDE_SERVICE_UUID128(handle, service_handle, end_group_handle)\ argument
564 #define CHARACTERISTIC_UUID16(handle, handle_value, uuid, properties, permission) \ argument
578 #define CHARACTERISTIC_UUID128(handle, handle_value, uuid, properties, permission) \ argument
592 #define CHARACTERISTIC_UUID16_WRITABLE(handle, handle_value, uuid, properties, permission) \ argument
607 #define CHARACTERISTIC_UUID128_WRITABLE(handle, handle_value, uuid, properties, permission) \ argument
622 #define CHAR_DESCRIPTOR_UUID16_WRITABLE(handle, uuid, permission) \ argument
630 #define CHAR_DESCRIPTOR_UUID16(handle, uuid, permission) \ argument
637 #define CHAR_DESCRIPTOR_UUID128_WRITABLE(handle, uuid, permission) \ argument
645 #define CHAR_DESCRIPTOR_UUID128(handle, uuid, permission) \ argument
652 #define CHAR_DESCRIPTOR_EXTENDED_PROPERTIES(handle, ext_properties)\ argument