Home
last modified time | relevance | path

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

/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/common/
Dcybt_prm.c299 STREAM_TO_UINT8 (len, p); in cybt_prm_send_next_patch()
/hal_infineon-latest/btstack/wiced_include/
Dwiced_bt_types.h316 #define STREAM_TO_UINT8(u8, p) {u8 = (uint8_t)(*(p)); (p) += 1;} macro