Home
last modified time | relevance | path

Searched refs:handle_value (Results 1 – 1 of 1) sorted by relevance

/hal_infineon-latest/btstack/wiced_include/
Dwiced_bt_gatt.h564 #define CHARACTERISTIC_UUID16(handle, handle_value, uuid, properties, permission) \ argument
570 BIT16_TO_8((uint16_t)(handle_value)), \
572 BIT16_TO_8((uint16_t)(handle_value)), \
578 #define CHARACTERISTIC_UUID128(handle, handle_value, uuid, properties, permission) \ argument
584 BIT16_TO_8((uint16_t)(handle_value)), \
586 BIT16_TO_8((uint16_t)(handle_value)), \
592 #define CHARACTERISTIC_UUID16_WRITABLE(handle, handle_value, uuid, properties, permission) \ argument
598 BIT16_TO_8((uint16_t)(handle_value)), \
600 BIT16_TO_8((uint16_t)(handle_value)), \
607 #define CHARACTERISTIC_UUID128_WRITABLE(handle, handle_value, uuid, properties, permission) \ argument
[all …]