Lines Matching refs:rfc_handle
88 int rfc_handle; member
246 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()
478 slot->rfc_handle = p_start->handle; in on_srv_rfc_listen_started()
785 slot->rfc_handle, slot->rfc_port_handle, slot->id); in flush_incoming_que_on_wr_signal()
806 BTA_JvRfcommWrite(slot->rfc_handle, slot->id); in btsock_rfc_signaled()