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.h820 typedef UINT8 tBTA_DM_SEARCH_EVT; typedef
894 typedef void (tBTA_DM_SEARCH_CBACK)(tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data);
/external/bluetooth/bluedroid/btif/src/
Dbtif_dm.c1628 static void bte_search_devices_evt(tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data) in bte_search_devices_evt()
1671 static void bte_dm_search_services_evt(tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data) in bte_dm_search_services_evt()
1701 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.c407 static void bte_scan_results_cb (tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data) in bte_scan_results_cb()