Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/include/
Dbta_api.h1038 typedef UINT8 tBTA_DM_SEARCH_EVT; typedef
1113 typedef void (tBTA_DM_SEARCH_CBACK)(tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data);
/external/bluetooth/bluedroid/btif/src/
Dbtif_dm.c2040 static void bte_search_devices_evt(tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data) in bte_search_devices_evt()
2083 static void bte_dm_search_services_evt(tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data) in bte_dm_search_services_evt()
2113 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.c960 static void bta_scan_results_cb (tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data) in bta_scan_results_cb()