Home
last modified time | relevance | path

Searched defs:is_sdp_init (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/sdp/
Dbtc_sdp.c46 #define is_sdp_init() (sdp_local_param.sdp_slot_mutex != NULL) macro
48 #define is_sdp_init() (&sdp_local_param != NULL && sdp_local_param.sdp_slot_mutex != NULL) macro