Searched refs:rfc_handle (Results 1 – 2 of 2) sorted by relevance
94 int rfc_handle; member291 accept_rs->rfc_handle = open_handle; in create_srv_accept_rfc_slot()294 srv_rs->rfc_handle = new_listen_handle; in create_srv_accept_rfc_slot()485 if(rs->f.server && !rs->f.closing && rs->rfc_handle) in free_rfc_slot_scn()487 BTA_JvRfcommStopServer(rs->rfc_handle, (void*)(uintptr_t)rs->id); in free_rfc_slot_scn()488 rs->rfc_handle = 0; in free_rfc_slot_scn()514 if(rs->rfc_handle && !rs->f.closing && !rs->f.server) in cleanup_rfc_slot()516 APPL_TRACE_DEBUG("closing rfcomm connection, rfc_handle:0x%x", rs->rfc_handle); in cleanup_rfc_slot()517 BTA_JvRfcommClose(rs->rfc_handle, (void*)(uintptr_t)rs->id); in cleanup_rfc_slot()518 rs->rfc_handle = 0; in cleanup_rfc_slot()[all …]
2086 UINT32 rfc_handle = bta_jv_cb.port_cb[i].handle & BTA_JV_RFC_HDL_MASK; in find_rfc_pcb() local2087 rfc_handle &= ~BTA_JV_RFCOMM_MASK; in find_rfc_pcb()2088 if (rfc_handle && bta_jv_cb.port_cb[i].user_data == user_data) in find_rfc_pcb()2091 *cb = &bta_jv_cb.rfc_cb[rfc_handle - 1]; in find_rfc_pcb()2093 " 0x%x, state: %d, rfc_cb->handle: 0x%x", rfc_handle, (*pcb)->handle, in find_rfc_pcb()