Searched refs:BTA_ID_SDP (Results 1 – 3 of 3) sorted by relevance
75 if (p_cback && FALSE == bta_sys_is_register(BTA_ID_SDP)) { in BTA_SdpEnable()79 bta_sys_register(BTA_ID_SDP, &bta_sdp_reg); in BTA_SdpEnable()120 bta_sys_deregister(BTA_ID_SDP); in BTA_SdpCleanup()
41 BTA_SDP_API_ENABLE_EVT = BTA_SYS_EVT_START(BTA_ID_SDP),
93 #define BTA_ID_SDP 33 /* SDP Client */ macro