Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/include/
Dblufi_int.h178 #define BLUFI_FC_IS_ENC(fc) ((fc) & BLUFI_FC_ENC_MASK) macro
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c111 if (BLUFI_FC_IS_ENC(hdr->fc) in btc_blufi_recv_handler()