Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Da2d_api.h128 typedef void (tA2D_FIND_CBACK)(BOOLEAN found, tA2D_Service *p_service); typedef
207 tA2D_SDP_DB_PARAMS *p_db, tA2D_FIND_CBACK *p_cback);
/hal_espressif-latest/components/bt/host/bluedroid/stack/a2dp/include/
Da2d_int.h45 tA2D_FIND_CBACK *p_cback; /* pointer to application callback */
/hal_espressif-latest/components/bt/host/bluedroid/stack/a2dp/
Da2d_api.c279 tA2D_SDP_DB_PARAMS *p_db, tA2D_FIND_CBACK *p_cback) in A2D_FindService()