Searched refs:handle_value (Results 1 – 1 of 1) sorted by relevance
| /hal_infineon-latest/btstack/wiced_include/ |
| D | wiced_bt_gatt.h | 564 #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 …]
|