Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_api.h1029 typedef UINT8 tBTA_DM_SEARCH_EVT; typedef
1104 typedef void (tBTA_DM_SEARCH_CBACK)(tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data);
/system/bt/btif/src/
Dbtif_dm.c2070 static void bte_search_devices_evt(tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data) in bte_search_devices_evt()
2113 static void bte_dm_search_services_evt(tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data) in bte_dm_search_services_evt()
2143 static void bte_dm_remote_service_record_evt(tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data) in bte_dm_remote_service_record_evt()
Dbtif_gatt_client.c1013 static void bta_scan_results_cb (tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data) in bta_scan_results_cb()