Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h233 #define UINT24_TO_STREAM(p, u24) {*(p)++ = (UINT8)(u24); *(p)++ = (UINT8)((u24) >> 8); *(p)++ = (UI… macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c1265 UINT24_TO_STREAM(pp, interval_min); in btsnd_hcic_ble_set_ext_adv_params()
1266 UINT24_TO_STREAM(pp, interval_max); in btsnd_hcic_ble_set_ext_adv_params()