Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c67 static void sdp_connect_cfm (UINT16 l2cap_cid, UINT16 result);
70 #define sdp_connect_cfm NULL macro
190 sdp_cb.reg_info.pL2CA_ConnectCfm_Cb = sdp_connect_cfm; in sdp_init()
306 static void sdp_connect_cfm (UINT16 l2cap_cid, UINT16 result) in sdp_connect_cfm() function