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

  /external/bluetooth/bluedroid/stack/include/
port_api.h 306 ** Function PORT_CheckConnection
316 RFC_API extern int PORT_CheckConnection (UINT16 handle, BD_ADDR bd_addr,
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_act.c 278 if (PORT_SUCCESS != (status=PORT_CheckConnection(p_data->rfc.port_handle, dev_addr, &lcid)))
280 APPL_TRACE_DEBUG ("bta_hf_client_rfc_acp_open error PORT_CheckConnection returned status %d", status);
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_act.c 567 if (PORT_SUCCESS != (status=PORT_CheckConnection(p_data->rfc.port_handle, dev_addr, &lcid)))
569 APPL_TRACE_DEBUG ("bta_ag_rfc_acp_open error PORT_CheckConnection returned status %d", status);
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c 556 if (PORT_SUCCESS != PORT_CheckConnection(
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
port_api.c 451 ** Function PORT_CheckConnection
461 int PORT_CheckConnection (UINT16 handle, BD_ADDR bd_addr, UINT16 *p_lcid)
465 RFCOMM_TRACE_API ("PORT_CheckConnection() handle:%d", handle);
    [all...]

Completed in 121 milliseconds