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

  /system/bt/bta/hf_client/
bta_hf_client_rfc.cc 274 RFCOMM_RemoveConnection(client_cb->conn_handle);
  /system/bt/stack/include/
port_api.h 223 * Function RFCOMM_RemoveConnection
230 extern int RFCOMM_RemoveConnection(uint16_t handle);
  /system/bt/bta/ag/
bta_ag_rfc.cc 368 RFCOMM_RemoveConnection(p_scb->conn_handle);
bta_ag_act.cc 553 status = RFCOMM_RemoveConnection(ag_scb.conn_handle);
555 LOG(WARNING) << __func__ << ": RFCOMM_RemoveConnection failed for "
  /system/bt/bta/jv/
bta_jv_act.cc 308 port_status = RFCOMM_RemoveConnection(p_pcb->port_handle);
    [all...]
  /system/bt/stack/rfcomm/
port_api.cc 248 * Function RFCOMM_RemoveConnection
255 int RFCOMM_RemoveConnection(uint16_t handle) {
258 RFCOMM_TRACE_API("RFCOMM_RemoveConnection() handle:%d", handle);
262 RFCOMM_TRACE_ERROR("RFCOMM_RemoveConnection() BAD handle:%d", handle);
268 RFCOMM_TRACE_EVENT("RFCOMM_RemoveConnection() Not opened:%d", handle);
    [all...]

Completed in 407 milliseconds