Home
last modified time | relevance | path

Searched refs:tPORT_CALLBACK (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h60 tPORT_CALLBACK *p_callback; /* Address of the callback function */
190 tPORT_CALLBACK *p_callback; /* Pointer to users callback function */
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dport_api.h106 typedef void (tPORT_CALLBACK) (UINT32 code, UINT16 port_handle); typedef
280 tPORT_CALLBACK *p_port_cb);
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_rfc.c59 typedef tPORT_CALLBACK *tBTA_AG_PORT_CBACK;
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_utils.c208 tPORT_CALLBACK *p_port_cb; in port_release_port()
Dport_api.c310 int PORT_SetEventCallback (UINT16 port_handle, tPORT_CALLBACK *p_port_cb) in PORT_SetEventCallback()