Searched refs:BTC_ASSERTC (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/include/btc/ |
D | btc_common.h | 24 #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/ |
D | btc_dm.c | 351 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/ |
D | btc_av.c | 1419 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/ |
D | btc_hf_ag.c | 242 BTC_ASSERTC(status == BT_STATUS_SUCCESS, "context transfer failed", status); in bte_hf_evt()
|