HomeSort by relevance Sort by last modified time
    Searched refs:tPORT_CALLBACK (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluedroid/stack/rfcomm/
port_int.h 60 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 */
port_utils.c 211 tPORT_CALLBACK *p_port_cb;
port_api.c 79 tPORT_CALLBACK *p_mgmt_cb)
291 int PORT_SetEventCallback (UINT16 port_handle, tPORT_CALLBACK *p_port_cb)
    [all...]
  /external/bluetooth/bluedroid/stack/include/
port_api.h 106 typedef void (tPORT_CALLBACK) (UINT32 code, UINT16 port_handle);
221 tPORT_CALLBACK *p_mgmt_cb);
261 tPORT_CALLBACK *p_port_cb);
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_rfc.c 55 typedef tPORT_CALLBACK *tBTA_AG_PORT_CBACK;
432 tPORT_CALLBACK *rfc_mgmt_cback = bta_ag_mgmt_cback_tbl[bta_ag_scb_to_idx(p_scb) - 1];

Completed in 1353 milliseconds