Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/sdp/
Dsdp_main.c64 static void sdp_connect_cfm (UINT16 l2cap_cid, UINT16 result);
67 #define sdp_connect_cfm NULL macro
122 sdp_cb.reg_info.pL2CA_ConnectCfm_Cb = sdp_connect_cfm; in sdp_init()
230 static void sdp_connect_cfm (UINT16 l2cap_cid, UINT16 result) in sdp_connect_cfm() function