Searched refs:bta_dm_sdp_result (Results 1 – 5 of 5) sorted by relevance
35 void bta_dm_sdp_result(tSDP_STATUS sdp_status, tBTA_DM_SDP_STATE* state);61 bluetooth::legacy::testing::bta_dm_sdp_result(SDP_SUCCESS, state.get()); in TEST_F()
126 void bta_dm_sdp_result(tSDP_STATUS sdp_result, tBTA_DM_SDP_STATE* sdp_state);
280 base::BindOnce(&bta_dm_sdp_result, sdp_status, in bta_dm_sdp_callback()783 void bta_dm_sdp_result(tSDP_STATUS sdp_status, tBTA_DM_SDP_STATE* state) { in bta_dm_sdp_result() function784 ::bta_dm_sdp_result(sdp_status, state); in bta_dm_sdp_result()
161 void bta_dm_sdp_result(tSDP_STATUS sdp_result, tBTA_DM_SDP_STATE* sdp_state) { in bta_dm_sdp_result() function
616 static void bta_dm_sdp_result(tBTA_DM_SDP_RESULT& sdp_event) { in bta_dm_sdp_result() function2037 void bta_dm_sdp_result(tBTA_DM_SDP_RESULT& sdp_event) { in bta_dm_sdp_result() function2038 ::bta_dm_disc_legacy::bta_dm_sdp_result(sdp_event); in bta_dm_sdp_result()2213 bta_dm_sdp_result(std::get<tBTA_DM_SDP_RESULT>(*msg)); in bta_dm_search_sm_execute()