Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Dport_int.h62 tPORT_CALLBACK *p_callback; /* Address of the callback function */
194 tPORT_CALLBACK *p_callback; /* Pointer to users callback function */
195 tPORT_CALLBACK *p_mgmt_callback; /* Callback function to receive connection up/down */
Dport_utils.c253 tPORT_CALLBACK *p_port_cb = p_port->p_callback; in port_release_port()
Dport_api.c114 tPORT_CALLBACK *p_mgmt_cb) in RFCOMM_CreateConnection()
328 int PORT_SetEventCallback (UINT16 port_handle, tPORT_CALLBACK *p_port_cb) in PORT_SetEventCallback()
/system/bt/stack/include/
Dport_api.h106 typedef void (tPORT_CALLBACK) (UINT32 code, UINT16 port_handle); typedef
222 tPORT_CALLBACK *p_mgmt_cb);
262 tPORT_CALLBACK *p_port_cb);
/system/bt/bta/ag/
Dbta_ag_rfc.c55 typedef tPORT_CALLBACK *tBTA_AG_PORT_CBACK;