Searched refs:rfc_handle (Results 1 – 2 of 2) sorted by relevance
85 int rfc_handle; member238 accept_rs->rfc_handle = open_handle; in create_srv_accept_rfc_slot()241 srv_rs->rfc_handle = new_listen_handle; in create_srv_accept_rfc_slot()379 if(slot->f.server && !slot->f.closing && slot->rfc_handle) { in free_rfc_slot_scn()380 BTA_JvRfcommStopServer(slot->rfc_handle, (void *)(uintptr_t)slot->id); in free_rfc_slot_scn()381 slot->rfc_handle = 0; in free_rfc_slot_scn()406 if (slot->rfc_handle && !slot->f.closing && !slot->f.server) { in cleanup_rfc_slot()407 BTA_JvRfcommClose(slot->rfc_handle, (void *)(uintptr_t)slot->id); in cleanup_rfc_slot()408 slot->rfc_handle = 0; in cleanup_rfc_slot()451 slot->rfc_handle = p_init->handle; in on_cl_rfc_init()[all …]
1664 UINT32 rfc_handle = bta_jv_cb.port_cb[i].handle & BTA_JV_RFC_HDL_MASK; in find_rfc_pcb() local1665 rfc_handle &= ~BTA_JV_RFCOMM_MASK; in find_rfc_pcb()1666 if (rfc_handle && bta_jv_cb.port_cb[i].user_data == user_data) in find_rfc_pcb()1669 *cb = &bta_jv_cb.rfc_cb[rfc_handle - 1]; in find_rfc_pcb()1671 " 0x%x, state: %d, rfc_cb->handle: 0x%x", rfc_handle, (*pcb)->handle, in find_rfc_pcb()