Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/include/
Dblufi_int.h182 #define BLUFI_FC_IS_REQ_ACK(fc) ((fc) & BLUFI_FC_REQ_ACK_MASK) macro
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c133 if (BLUFI_FC_IS_REQ_ACK(hdr->fc)) { in btc_blufi_recv_handler()