bta_dm_search_action variable
Syntax
const tBTA_DM_ACTION bta_dm_search_action[] = {
bta_dm_search_start,
bta_dm_search_cancel,
#if (SDP_INCLUDED == TRUE)
bta_dm_discover,
#endif
bta_dm_inq_cmpl,
bta_dm_rmt_name,
#if (SDP_INCLUDED == TRUE)
bta_dm_sdp_result,
#endif
bta_dm_search_cmpl,
#if (SDP_INCLUDED == TRUE)
bta_dm_free_sdp_db,
#endif
bta_dm_disc_result,
bta_dm_search_result,
bta_dm_queue_search,
#if (SDP_INCLUDED == TRUE)
bta_dm_queue_disc,
#endif
bta_dm_search_clear_queue,
bta_dm_search_cancel_cmpl,
bta_dm_search_cancel_notify,
#if (SDP_INCLUDED == TRUE)
bta_dm_search_cancel_transac_cmpl,
#endif
bta_dm_disc_rmt_name,
#if (SDP_INCLUDED == TRUE)
bta_dm_di_disc
#endif
#if BLE_INCLUDED == TRUE && SDP_INCLUDED == TRUE && BTA_GATT_INCLUDED == TRUE && GATTC_INCLUDED == TRUE
, bta_dm_close_gatt_conn
#endif
};