HomeSort by relevance Sort by last modified time
    Searched full:rfc_port_handle (Results 1 - 1 of 1) sorted by null

  /system/bt/btif/src/
btif_sock_rfc.cc 97 int rfc_port_handle; member in struct:__anon1804
253 accept_rs->rfc_port_handle = BTA_JvRfcommGetPortHdl(open_handle);
257 srv_rs->rfc_port_handle = BTA_JvRfcommGetPortHdl(new_listen_handle);
259 CHECK(accept_rs->rfc_port_handle != srv_rs->rfc_port_handle);
435 slot->rfc_port_handle = 0;
525 slot->rfc_port_handle = BTA_JvRfcommGetPortHdl(p_open->handle);
797 "enable data flow, rfc_handle:0x%x, rfc_port_handle:0x%x, user_id:%d",
798 slot->rfc_handle, slot->rfc_port_handle, slot->id);
799 PORT_FlowControl_MaxCredit(slot->rfc_port_handle, true)
    [all...]

Completed in 121 milliseconds