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

  /system/bt/btif/src/
btif_sock_rfc.cc 96 int rfc_handle; member in struct:__anon1804
252 accept_rs->rfc_handle = open_handle;
256 srv_rs->rfc_handle = new_listen_handle;
401 if (slot->f.server && !slot->f.closing && slot->rfc_handle) {
402 BTA_JvRfcommStopServer(slot->rfc_handle, slot->id);
403 slot->rfc_handle = 0;
427 if (slot->rfc_handle && !slot->f.closing && !slot->f.server) {
428 BTA_JvRfcommClose(slot->rfc_handle, slot->id);
429 slot->rfc_handle = 0;
473 slot->rfc_handle = p_init->handle
    [all...]
  /system/bt/bta/jv/
bta_jv_act.cc 1405 uint32_t rfc_handle = bta_jv_cb.port_cb[i].handle & BTA_JV_RFC_HDL_MASK; local
    [all...]

Completed in 110 milliseconds