Home
last modified time | relevance | path

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

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