Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/rfcomm/
Dport_int.h60 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.c211 tPORT_CALLBACK *p_port_cb; in port_release_port()
Dport_api.c79 tPORT_CALLBACK *p_mgmt_cb) in RFCOMM_CreateConnection()
291 int PORT_SetEventCallback (UINT16 port_handle, tPORT_CALLBACK *p_port_cb) in PORT_SetEventCallback()
/external/bluetooth/bluedroid/stack/include/
Dport_api.h106 typedef void (tPORT_CALLBACK) (UINT32 code, UINT16 port_handle); typedef
221 tPORT_CALLBACK *p_mgmt_cb);
261 tPORT_CALLBACK *p_port_cb);
/external/bluetooth/bluedroid/bta/ag/
Dbta_ag_rfc.c56 typedef tPORT_CALLBACK *tBTA_AG_PORT_CBACK;
437 tPORT_CALLBACK *rfc_mgmt_cback = bta_ag_mgmt_cback_tbl[bta_ag_scb_to_idx(p_scb) - 1]; in bta_ag_rfc_do_close()