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

  /external/bluetooth/bluedroid/bta/ag/
bta_ag_rfc.c 406 RFCOMM_RemoveConnection(p_scb->conn_handle);
bta_ag_act.c 412 RFCOMM_RemoveConnection (p_scb->conn_handle);
  /external/bluetooth/bluedroid/stack/include/
port_api.h 226 ** Function RFCOMM_RemoveConnection
233 RFC_API extern int RFCOMM_RemoveConnection (UINT16 handle);
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c 333 port_status = RFCOMM_RemoveConnection(p_pcb->port_handle);
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
port_api.c 201 ** Function RFCOMM_RemoveConnection
208 int RFCOMM_RemoveConnection (UINT16 handle)
212 RFCOMM_TRACE_API1 ("RFCOMM_RemoveConnection() handle:%d", handle);
217 RFCOMM_TRACE_ERROR1 ("RFCOMM_RemoveConnection() BAD handle:%d", handle);
224 RFCOMM_TRACE_EVENT1 ("RFCOMM_RemoveConnection() Not opened:%d", handle);
    [all...]

Completed in 607 milliseconds