Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/include/stack/
Da2d_api.h125 typedef void (tA2D_FIND_CBACK)(BOOLEAN found, tA2D_Service *p_service); typedef
204 tA2D_SDP_DB_PARAMS *p_db, tA2D_FIND_CBACK *p_cback);
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/a2dp/include/
Da2d_int.h46 tA2D_FIND_CBACK *p_cback; /* pointer to application callback */
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/a2dp/
Da2d_api.c264 tA2D_SDP_DB_PARAMS *p_db, tA2D_FIND_CBACK *p_cback) in A2D_FindService()