Home
last modified time | relevance | path

Searched refs:BTC_ASSERTC (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/include/btc/
Dbtc_common.h24 #define BTC_ASSERTC(cond, msg, val) assert(cond && msg) macro
32 BTC_ASSERTC(0, "Callback is NULL", 0); \
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/core/
Dbtc_dm.c351 BTC_ASSERTC(ret == BT_STATUS_SUCCESS, "storing link key failed", ret); in btc_dm_auth_cmpl_evt()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_av.c1419 BTC_ASSERTC(btc_av_is_connected(), "No active a2dp connection\n", 0); in btc_av_is_peer_edr()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c242 BTC_ASSERTC(status == BT_STATUS_SUCCESS, "context transfer failed", status); in bte_hf_evt()