Searched refs:rfc_handle (Results 1 – 2 of 2) sorted by relevance
88 int rfc_handle; member246 accept_rs->rfc_handle = open_handle; in create_srv_accept_rfc_slot()250 srv_rs->rfc_handle = new_listen_handle; in create_srv_accept_rfc_slot()390 if(slot->f.server && !slot->f.closing && slot->rfc_handle) { in free_rfc_slot_scn()391 BTA_JvRfcommStopServer(slot->rfc_handle, (void *)(uintptr_t)slot->id); in free_rfc_slot_scn()392 slot->rfc_handle = 0; in free_rfc_slot_scn()417 if (slot->rfc_handle && !slot->f.closing && !slot->f.server) { in cleanup_rfc_slot()418 BTA_JvRfcommClose(slot->rfc_handle, (void *)(uintptr_t)slot->id); in cleanup_rfc_slot()419 slot->rfc_handle = 0; in cleanup_rfc_slot()462 slot->rfc_handle = p_init->handle; in on_cl_rfc_init()[all …]
1649 UINT32 rfc_handle = bta_jv_cb.port_cb[i].handle & BTA_JV_RFC_HDL_MASK; in find_rfc_pcb() local1650 rfc_handle &= ~BTA_JV_RFCOMM_MASK; in find_rfc_pcb()1651 if (rfc_handle && bta_jv_cb.port_cb[i].user_data == user_data) in find_rfc_pcb()1654 *cb = &bta_jv_cb.rfc_cb[rfc_handle - 1]; in find_rfc_pcb()1656 " 0x%x, state: %d, rfc_cb->handle: 0x%x", rfc_handle, (*pcb)->handle, in find_rfc_pcb()